dup前端

ye 32b10eb0d4 修复搜索框搜索存在分页bug 8 月之前
.vscode fb835a5034 初始化项目基础代码 2 年之前
build fb835a5034 初始化项目基础代码 2 年之前
config 8e37cc4a73 frontInit 8 月之前
dockerize.d fb835a5034 初始化项目基础代码 2 年之前
mock fb835a5034 初始化项目基础代码 2 年之前
src 32b10eb0d4 修复搜索框搜索存在分页bug 8 月之前
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.