采销咨询平台

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

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