dup前端

lsl 3e39fb2355 提交缺少文件 2 년 전
.vscode fb835a5034 初始化项目基础代码 2 년 전
build fb835a5034 初始化项目基础代码 2 년 전
config 3e39fb2355 提交缺少文件 2 년 전
dockerize.d fb835a5034 初始化项目基础代码 2 년 전
mock fb835a5034 初始化项目基础代码 2 년 전
src fb835a5034 初始化项目基础代码 2 년 전
static fb835a5034 初始化项目基础代码 2 년 전
test fb835a5034 初始化项目基础代码 2 년 전
.babelrc fb835a5034 初始化项目基础代码 2 년 전
.editorconfig fb835a5034 初始化项目基础代码 2 년 전
.eslintignore fb835a5034 初始化项目基础代码 2 년 전
.eslintrc.js fb835a5034 初始化项目基础代码 2 년 전
.gitignore 3e39fb2355 提交缺少文件 2 년 전
.postcssrc.js fb835a5034 初始化项目基础代码 2 년 전
.project fb835a5034 初始化项目基础代码 2 년 전
README.md fb835a5034 初始化项目基础代码 2 년 전
favicon.ico fb835a5034 初始化项目基础代码 2 년 전
index.html fb835a5034 初始化项目基础代码 2 년 전
package-lock.json fb835a5034 初始化项目基础代码 2 년 전
package.json fb835a5034 初始化项目基础代码 2 년 전
sh.exe.stackdump fb835a5034 初始化项目基础代码 2 년 전

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.