m3graph

cnwangzd@gmail.com ff719ac8b9 update summary entity há 11 meses atrás
app ff719ac8b9 update summary entity há 11 meses atrás
public b312132f5c update perf comp há 11 meses atrás
src ff719ac8b9 update summary entity há 11 meses atrás
.env a812a9ccea update graph for layout há 1 ano atrás
.gitignore ff719ac8b9 update summary entity há 11 meses atrás
README.md d8b41c344a update README.md há 3 anos atrás
babel.config.js aa389d608f init há 4 anos atrás
deploy.sh f865a15dcb update right toggle há 3 anos atrás
m3graph.zip ff719ac8b9 update summary entity há 11 meses atrás
package-lock.json fb4e6ddc43 update source há 1 ano atrás
package.json fb4e6ddc43 update source há 1 ano atrás
vue.config.js fb4e6ddc43 update source há 1 ano atrás
zitf9kwr ff719ac8b9 update summary entity há 11 meses atrás

README.md

m3graph

Base setup

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

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.