https://github.com/szy0syz/eas-mobile-mintui
基于Vue2 和 Mint-UI 构建的金蝶EAS前端应用
https://github.com/szy0syz/eas-mobile-mintui
mint-ui nodejs vuejs2
Last synced: 29 days ago
JSON representation
基于Vue2 和 Mint-UI 构建的金蝶EAS前端应用
- Host: GitHub
- URL: https://github.com/szy0syz/eas-mobile-mintui
- Owner: szy0syz
- License: mit
- Created: 2017-05-12T04:01:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T15:55:32.000Z (about 9 years ago)
- Last Synced: 2025-02-10T03:41:29.006Z (over 1 year ago)
- Topics: mint-ui, nodejs, vuejs2
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EAS-Mobile-MintUI
> 一个利用MintUI前端框架构建的移动端项目
## 前言
### 技术栈
vue2 + vuex + vue-router + webpack + axios + ES6/7
## 项目运行
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
```
## 项目说明
> 本项目主要用于熟悉如果使用Vue2构建一个项目
> 因为作者前端CSS弱,所有选择了Mint-UI框架
> 开发环境 macOS 10.12.4 Chrome 58 Node.js 7.7.4
> 技术菜,欢迎交流指点 ^_^