HWF cf06c3e4bf fisrt commit | 5 yıl önce | |
---|---|---|
build | 5 yıl önce | |
config | 5 yıl önce | |
dist | 5 yıl önce | |
docs | 5 yıl önce | |
src | 5 yıl önce | |
static | 5 yıl önce | |
.babelrc | 5 yıl önce | |
.editorconfig | 5 yıl önce | |
.eslintrc.js | 5 yıl önce | |
.gitignore | 5 yıl önce | |
.postcssrc.js | 5 yıl önce | |
README.md | 5 yıl önce | |
index.html | 5 yıl önce | |
package-lock.json | 5 yıl önce | |
package.json | 5 yıl önce | |
yarn.lock | 5 yıl önce |
上朝科技 - 后台管理系统 - 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