m3graph

cnwangzd@gmail.com d8b41c344a update README.md il y a 3 ans
public a711a46056 add SideBar il y a 3 ans
src a711a46056 add SideBar il y a 3 ans
.env a711a46056 add SideBar il y a 3 ans
.gitignore aa389d608f init il y a 4 ans
README.md d8b41c344a update README.md il y a 3 ans
babel.config.js aa389d608f init il y a 4 ans
deploy.sh a711a46056 add SideBar il y a 3 ans
package-lock.json a711a46056 add SideBar il y a 3 ans
package.json a711a46056 add SideBar il y a 3 ans
vue.config.js a711a46056 add SideBar il y a 3 ans

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.