tanghc 393decaf88 1.4.3 | 3 年之前 | |
---|---|---|
.. | ||
mock | 4 年之前 | |
public | 4 年之前 | |
src | 3 年之前 | |
tests | 4 年之前 | |
.editorconfig | 4 年之前 | |
.env.development | 4 年之前 | |
.env.production | 4 年之前 | |
.env.staging | 4 年之前 | |
.eslintignore | 4 年之前 | |
.eslintrc.js | 4 年之前 | |
.gitignore | 4 年之前 | |
.postcssrc.js | 4 年之前 | |
.travis.yml | 4 年之前 | |
LICENSE | 4 年之前 | |
README.md | 4 年之前 | |
babel.config.js | 4 年之前 | |
build.sh | 4 年之前 | |
jest.config.js | 4 年之前 | |
package.json | 4 年之前 | |
vue.config.js | 3 年之前 |
前提:先安装好npm,npm安装教程
cd front
npm install --registry=https://registry.npm.taobao.org
npm run dev
,访问http://localhost:9528/
vue.config.js
,找到port
属性执行build.sh
手动构建
npm run build:prod
进行打包,结果在dist下gen/src/main/resources/public
下