|
il y a 11 mois | |
---|---|---|
app | il y a 11 mois | |
public | il y a 11 mois | |
src | il y a 11 mois | |
.env | il y a 1 an | |
.gitignore | il y a 11 mois | |
README.md | il y a 3 ans | |
babel.config.js | il y a 4 ans | |
deploy.sh | il y a 3 ans | |
m3graph.zip | il y a 11 mois | |
package-lock.json | il y a 1 an | |
package.json | il y a 1 an | |
vue.config.js | il y a 1 an |
Create a env file by yourself
.env
The contents of the env are as follows
VUE_APP_M3_APP="m3graph" -- app name VUE_APP_M3_HOST="47.92.151.165:8080" -- host VUE_APP_M3_COMPANY="wecise" -- company VUE_APP_M3_USERNAME="admin" -- username VUE_APP_M3_PASSWORD="********" -- password
npm install
npm run serve
npm run build
npm run lint