Shiqi b25b098282 更新ReadME | vor 1 Jahr | |
---|---|---|
.github | vor 1 Jahr | |
app | vor 4 Jahren | |
config | vor 4 Jahren | |
test | vor 4 Jahren | |
.autod.conf.js | vor 4 Jahren | |
.eslintignore | vor 4 Jahren | |
.eslintrc | vor 4 Jahren | |
.gitignore | vor 4 Jahren | |
.travis.yml | vor 1 Jahr | |
README.md | vor 1 Jahr | |
VueDataAcServer.sh | vor 1 Jahr | |
appveyor.yml | vor 1 Jahr | |
build.sh | vor 1 Jahr | |
jsconfig.json | vor 4 Jahren | |
package.json | vor 1 Jahr | |
pkg-entry.js | vor 1 Jahr |
Vue-dataAc 后台服务 egg + mongodb
仓库地址https://github.com/adminV/Vue-dataAc
安装
npm install vue-dataac --save
Vue Cli
import Vue from 'vue'
import VueDataAc from 'vue-dataac'
Vue.use(VueDataAc, {
openReducer: true,
useImgSend: false,
openVueErr: true,
postUrl: 'http://localhost:7001/push';//替换为服务部署地址
});
Vue.config.warnHandler = Vue.config.errorHandler
源项目
git clone https://github.com/adminV/Vue-dataAc-server.git
nvm下载node14
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
nvm install 14
nvm use 14
安装依赖
npm install cnpm -g --registry=https://registry.npmmirror.com
cnpm install
安装mongodb
docker run -itd --name mongodb -p 27017:27017 mongo
启动与停止
npm start
npm stop
脚本使用
./VueDataAcServer.sh start|stop|status|restart
基于egg + mongodb 搭建日志分析系统
see [egg docs][egg] for more detail.
$ npm i
$ npm run dev
$ open http://localhost:7001/
$ npm start
$ npm stop
npm run lint
to check code style.npm test
to run unit test.npm run autod
to auto detect dependencies upgrade, see autod for more detail.sudo systemctl daemon-reload
https://mongodb.net.cn/manual/tutorial/install-mongodb-on-red-hat/