dup前端

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

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.