dup前端

ye c35369d102 序号不显示问题 8 months ago
.vscode fb835a5034 初始化项目基础代码 2 years ago
build fb835a5034 初始化项目基础代码 2 years ago
config 8e37cc4a73 frontInit 8 months ago
dockerize.d fb835a5034 初始化项目基础代码 2 years ago
mock fb835a5034 初始化项目基础代码 2 years ago
src c35369d102 序号不显示问题 8 months ago
static fb835a5034 初始化项目基础代码 2 years ago
test fb835a5034 初始化项目基础代码 2 years ago
.babelrc fb835a5034 初始化项目基础代码 2 years ago
.editorconfig fb835a5034 初始化项目基础代码 2 years ago
.eslintignore fb835a5034 初始化项目基础代码 2 years ago
.eslintrc.js fb835a5034 初始化项目基础代码 2 years ago
.gitignore 3e39fb2355 提交缺少文件 2 years ago
.postcssrc.js fb835a5034 初始化项目基础代码 2 years ago
.project fb835a5034 初始化项目基础代码 2 years ago
README.md fb835a5034 初始化项目基础代码 2 years ago
favicon.ico fb835a5034 初始化项目基础代码 2 years ago
index.html fb835a5034 初始化项目基础代码 2 years ago
package-lock.json fb835a5034 初始化项目基础代码 2 years ago
package.json fb835a5034 初始化项目基础代码 2 years ago
sh.exe.stackdump fb835a5034 初始化项目基础代码 2 years ago

README.md

web backend template

web backend template

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.