YJH 4f3f698689 Merge branch 'master' of git.linkerplus.com:huangwf/Property-admin | пре 5 година | |
---|---|---|
build | пре 5 година | |
config | пре 5 година | |
dist | пре 5 година | |
docs | пре 5 година | |
src | пре 5 година | |
static | пре 5 година | |
.babelrc | пре 5 година | |
.editorconfig | пре 5 година | |
.eslintrc.js | пре 5 година | |
.gitignore | пре 5 година | |
.postcssrc.js | пре 5 година | |
README.md | пре 5 година | |
index.html | пре 5 година | |
package-lock.json | пре 5 година | |
package.json | пре 5 година | |
yarn.lock | пре 5 година |
上朝科技 - 后台管理系统 - Element-UI 框架
yarn run dev
前, 请先使用 yarn run build
打包一下;yarn run dev
进行测试技术名称 | 作用 | 版本 |
---|---|---|
Vuejs | 框架 | 2.2.1 |
Vue-Router | Vue路由 | 2.3.0 |
Vuex | Vue状态管理 | 2.2.1 |
Axios | 交互处理 | 0.15.3 |
Element UI | UI框架 | 1.2.1 |
Pug | Node模版 | 2.0.0-beta11 |
Sass | 样式预处理 | 4.5.0 |
Webpack | 模块打包 | 2.2.1 |
Yarn | 依赖管理 | 0.20.3 |
Google Material-Icons | 图标字体 | 2.1.3 |
#安装依赖
npm install
# 在localhost:8080 开启热加载功能
npm run dev
# 打包生产模式,缩小压缩包
npm run build
# 打包生产模式,缩小压缩包 -- 查看包分析报告
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
推荐安装ESlint
并使用 VS code
编辑器等支持ESlint
的IDE