采销咨询平台

戴艳蓉 866908b23e 首次提交 hace 3 años
build 866908b23e 首次提交 hace 3 años
public 866908b23e 首次提交 hace 3 años
scripts 866908b23e 首次提交 hace 3 años
src 866908b23e 首次提交 hace 3 años
tests 866908b23e 首次提交 hace 3 años
.editorconfig 866908b23e 首次提交 hace 3 años
.env.development 866908b23e 首次提交 hace 3 años
.env.production 866908b23e 首次提交 hace 3 años
.env.staging 866908b23e 首次提交 hace 3 años
.eslintignore 866908b23e 首次提交 hace 3 años
.eslintrc.js 866908b23e 首次提交 hace 3 años
.gitignore 866908b23e 首次提交 hace 3 años
.travis.yml 866908b23e 首次提交 hace 3 años
README.md 866908b23e 首次提交 hace 3 años
babel.config.js 866908b23e 首次提交 hace 3 años
jest.config.js 866908b23e 首次提交 hace 3 años
jsconfig.json 866908b23e 首次提交 hace 3 años
package.json 866908b23e 首次提交 hace 3 años
plopfile.js 866908b23e 首次提交 hace 3 años
postcss.config.js 866908b23e 首次提交 hace 3 años
vue.config.js 866908b23e 首次提交 hace 3 años

README.md

install dependency

npm install

develop

npm run dev


This will automatically open http://localhost:8080

## Build

bash

build for test environment

npm run build:stage

build for production environment

npm run build:prod ```