南泰进销存管理后台前端
Go to file
2024-10-15 14:09:54 +08:00
build first commit 2024-09-23 10:51:42 +08:00
config 修复服务器部署问题 2024-10-15 14:09:54 +08:00
dist 修复服务器部署问题 2024-10-15 14:09:54 +08:00
mock first commit 2024-09-23 10:51:42 +08:00
src 修复服务器部署问题 2024-10-15 14:09:54 +08:00
static first commit 2024-09-23 10:51:42 +08:00
theme first commit 2024-09-23 10:51:42 +08:00
.babelrc first commit 2024-09-23 10:51:42 +08:00
.editorconfig first commit 2024-09-23 10:51:42 +08:00
.eslintignore first commit 2024-09-23 10:51:42 +08:00
.eslintrc.js first commit 2024-09-23 10:51:42 +08:00
.gitignore 修复服务器部署问题 2024-10-15 14:09:54 +08:00
.gitlab-ci.yml first commit 2024-09-23 10:51:42 +08:00
.postcssrc.js first commit 2024-09-23 10:51:42 +08:00
.travis.yml first commit 2024-09-23 10:51:42 +08:00
element-variables.scss first commit 2024-09-23 10:51:42 +08:00
favicon.ico first commit 2024-09-23 10:51:42 +08:00
index.html first commit 2024-09-23 10:51:42 +08:00
LICENSE first commit 2024-09-23 10:51:42 +08:00
package.json first commit 2024-09-23 10:51:42 +08:00
README.md first commit 2024-09-23 10:51:42 +08:00

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