采销咨询平台

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

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 ```