NSICollectionPlatform/nsi-collection-platform
2023-08-30 20:29:42 +08:00
..
public init 2023-08-30 20:29:42 +08:00
screenshots init 2023-08-30 20:29:42 +08:00
src init 2023-08-30 20:29:42 +08:00
.browserslistrc init 2023-08-30 20:29:42 +08:00
.gitignore init 2023-08-30 20:29:42 +08:00
.prettierrc init 2023-08-30 20:29:42 +08:00
babel.config.js init 2023-08-30 20:29:42 +08:00
LICENSE init 2023-08-30 20:29:42 +08:00
package-lock.json init 2023-08-30 20:29:42 +08:00
package.json init 2023-08-30 20:29:42 +08:00
postcss.config.js init 2023-08-30 20:29:42 +08:00
README.md init 2023-08-30 20:29:42 +08:00
vue.config.js init 2023-08-30 20:29:42 +08:00

nsi-collection-platform

基于 Vue + Element UI 的后台管理系统解决方案。

前言

该方案作为一套多功能的后台框架模板适用于绝大部分的后台管理系统Web Management System开发。基于 vue.js使用 vue-cli3 脚手架,引用 Element UI 组件库,方便开发快速简洁好看的组件。分离颜色样式,支持手动切换主题色,而且很方便使用自定义主题色。

To Start

// 安装项目依赖,等待安装完成之后,安装失败可用 cnpm 或 yarn
npm install

// 开启服务器,浏览器访问 http://localhost:8080
npm run serve

// 执行构建命令生成的dist文件夹放在服务器下即可访问
npm run build