m3graph

cnwangzd@gmail.com a812a9ccea update graph for layout vor 1 Jahr
app a812a9ccea update graph for layout vor 1 Jahr
public 3b90a29108 add loading vor 3 Jahren
src a812a9ccea update graph for layout vor 1 Jahr
.env a812a9ccea update graph for layout vor 1 Jahr
.gitignore f865a15dcb update right toggle vor 3 Jahren
README.md d8b41c344a update README.md vor 3 Jahren
babel.config.js aa389d608f init vor 4 Jahren
deploy.sh f865a15dcb update right toggle vor 3 Jahren
package-lock.json fb4e6ddc43 update source vor 1 Jahr
package.json fb4e6ddc43 update source vor 1 Jahr
vue.config.js fb4e6ddc43 update source vor 1 Jahr

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.