1

戴艳蓉 0404b456ce Merge branch 'sit' of daiyanrong/accout-ui into master hace 3 años
build 6fea4e8e83 首次保存 hace 3 años
dist abd32be0f2 暂存 hace 3 años
public 6fea4e8e83 首次保存 hace 3 años
scripts fb7e9ff814 修改 hace 3 años
src abd32be0f2 暂存 hace 3 años
tests 6fea4e8e83 首次保存 hace 3 años
.editorconfig 6fea4e8e83 首次保存 hace 3 años
.env.development 26b8f31696 准备部署 hace 3 años
.env.production 26b8f31696 准备部署 hace 3 años
.env.staging 26b8f31696 准备部署 hace 3 años
.eslintignore 6fea4e8e83 首次保存 hace 3 años
.eslintrc.js 6fea4e8e83 首次保存 hace 3 años
.gitignore 6fea4e8e83 首次保存 hace 3 años
.travis.yml 6fea4e8e83 首次保存 hace 3 años
README.md 6fea4e8e83 首次保存 hace 3 años
babel.config.js 6fea4e8e83 首次保存 hace 3 años
jest.config.js 6fea4e8e83 首次保存 hace 3 años
jsconfig.json 6fea4e8e83 首次保存 hace 3 años
package.json 61d7a46a4d 删除不要的包 hace 3 años
plopfile.js 6fea4e8e83 首次保存 hace 3 años
postcss.config.js 6fea4e8e83 首次保存 hace 3 años
vue.config.js 6fea4e8e83 首次保存 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 ```