南泰进销存管理后台前端
build | ||
config | ||
dist | ||
mock | ||
src | ||
static | ||
theme | ||
.babelrc | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.gitlab-ci.yml | ||
.postcssrc.js | ||
.travis.yml | ||
element-variables.scss | ||
favicon.ico | ||
index.html | ||
LICENSE | ||
package.json | ||
README.md |
admin-template
这是一个基础的管理后台模板,包含了最常用的 Element UI & axios & iconfont & vue-quill-editor & lint,这些搭建后台必要的东西。
Build Setup
# Install dependencies
npm install
# Serve with hot reload at localhost:9528
npm run dev
# Build for production with minification
npm run build
# Build for production and view the bundle analyzer report
npm run build --report