An open API service indexing awesome lists of open source software.

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前端应用

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

> 技术菜,欢迎交流指点 ^_^