|
|
il y a 1 an | |
|---|---|---|
| build | il y a 2 ans | |
| public | il y a 2 ans | |
| src | il y a 1 an | |
| tests | il y a 2 ans | |
| .editorconfig | il y a 2 ans | |
| .env.development | il y a 2 ans | |
| .env.production | il y a 2 ans | |
| .env.staging | il y a 2 ans | |
| .eslintignore | il y a 2 ans | |
| .eslintrc.js | il y a 2 ans | |
| .gitignore | il y a 2 ans | |
| .travis.yml | il y a 2 ans | |
| LICENSE | il y a 2 ans | |
| README.md | il y a 2 ans | |
| babel.config.js | il y a 2 ans | |
| jest.config.js | il y a 2 ans | |
| jsconfig.json | il y a 2 ans | |
| package.json | il y a 2 ans | |
| postcss.config.js | il y a 2 ans | |
| vue.config.js | il y a 2 ans |
cd aivfo-oa-web
npm install
npm install --registry=https://registry.npm.taobao.org
npm run dev
浏览器访问 http://localhost:8080
## 发布
bash
npm run build:stage
npm run build:prod
## 其它
bash
npm run preview
npm run preview -- --report
npm run lint
npm run lint -- --fix ```