城管公厕子系统
build | 4 years ago | ||
config | 4 years ago | ||
mock | 5 years ago | ||
src | 4 years ago | ||
static | 4 years ago | ||
theme | 5 years ago | ||
.babelrc | 4 years ago | ||
.editorconfig | 5 years ago | ||
.eslintignore | 5 years ago | ||
.eslintrc.js | 5 years ago | ||
.gitignore | 5 years ago | ||
.postcssrc.js | 5 years ago | ||
.travis.yml | 5 years ago | ||
LICENSE | 5 years ago | ||
README-zh.md | 5 years ago | ||
README.md | 4 years ago | ||
favicon.ico | 5 years ago | ||
index.html | 5 years ago | ||
package.json | 4 years ago |
本项目源于vue-admin-template,一个极简的 vue admin 管理后台 它只包含了 Element UI & axios & iconfont & permission control & lint,这些搭建后台必要的东西。
去nodejs官网下载安装包
安装完成之后,在cmd中检查Node.js版本,输出版本号则表示安装成功
node --version
# 克隆项目 git clone http://111.198.10.15:12003/gitbucket/git/yangqianqian/toilet.git # 安装依赖 npm install # 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题 npm install --registry=https://registry.npm.taobao.org # 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
主流浏览器和IE 10+.
![]() IE / Edge |
![]() Firefox |
![]() Chrome |
![]() Safari |
---|---|---|---|
IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions |
Copyright (c) 2019-present WangXiaoying