主要用来管理H5的一些数据
# install
npm install
# run
npm start访问 http://localhost:8081/#/ 开始开发
- 个人中心模块
- 城市杂志模块(文章模块)
- 题库模块
- ......
├──build/ * webpack文件
|
├──config/ * cdn、图片资源等配置
|
├──src/ * 源码目录
│ │
│ │──assets * 全局样式、图片资源、字体资源等等
│ │
│ └──components * 各个组件
│ │ │
│ │ └──*** * 组件目录
│ │
│ └──views * 业务逻辑组件s
│ │
│ └──router * 路由配置
│
│──package.json * 包信息
│
│──.eslintrc.js * Eslint配置
│
│──.babelrc * Babel配置
│
│──.gitignore * Git忽略文件配置
│
│──postcss.config.js * postcss配置文件Modern browsers and Internet Explorer 9+.
MIT