# 彩票小助手 **Repository Path**: 0604hx/caipiao ## Basic Information - **Project Name**: 彩票小助手 - **Description**: 此项目仅仅作为练手,并没有实际应用意义! - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-01 - **Last Updated**: 2022-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 彩票辅助工具 > add on 2018年2月28日 ## 运行截图 ![](docs/index.png) ## LOGS ### v1.0 1. 实现基本功能 ### v1.1 > 2018年3月1日22:42:01 1. 自变量输入为单个,长度不大于4 2. 第二,三列显示星星 ## 说明 此项目基于[vue-webpack-template](https://github.com/vuejs-templates/webpack)构建,并作了以下调整: 1. 不使用 PostCSS:`webpack.dev.conf.js`、`webpack.prod.conf.js` 中的 `usePostCSS` 均设置为 `false` 2. 打包项目时不生成 `map文件`,如需打开请设置 `config/index.js` 的 `productionSourceMap` 为 `true` 3. 打包时压缩 js、css 文件,如需关闭请设置 `config/index.js` 的 `productionGzip` 为 `false` ### 鸣谢 [iview-admin](https://github.com/iview/iview-admin/blob/dev/src/views/Main.vue) ## 如何使用 ``` 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 # 构建并打包成 static.zip npm run zip # 只打包 num run zip-only ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).