0.0.2 • Published 3 years ago
bigscreen-vue-cli v0.0.2
bigscreen-vue-cli
It is a bigscreen scaffold project,you can quickly create a vue project used by the command called bigscreen-vue-cli after installing this npm package.In this vue project,import the tool library commonly used in bigscreen page development.
Install
$ npm install bigscreen-vue-cli -gUsage
1、查看版本
$ bigscreen-vue-cli -version2、创建项目
$ bigscreen-vue-cli create <project-name>Introduce
| 类库 | 版本 | 作用 |
|---|---|---|
| aos | 2.3.4及以上 | 实现动画效果 |
| axios | 0.24.0以上 | 接口请求 |
| babel-plugin-transform-remove-console | 6.9.4及以上 | 移除console |
| core-js | 3.6.5及以上 | js核心库 |
| echarts | 5.2.2及以上 | echarts图表 |
| jquery | 3.6.0及以上 | jquery库 |
| lodash | 4.17.21及以上 | js工具库 |
| moment | 2.29.1及以上 | 时间类库 |
| resize-detector | 0.3.0及以上 | 监听缩放 |
| swiper | 6.8.3及以上 | 轮播插件 |
| underscore | 1.13.2及以上 | js工具库 |
| vue | 2.6.11及以上 | |
| vue-router | 3.5.3及以上 | vue路由 |
| vuex | 3.6.2及以上 | vue状态 |