采销咨询平台

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

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