# tool
**Repository Path**: cenqingpeng/tool
## Basic Information
- **Project Name**: tool
- **Description**: No description available
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-12-21
- **Last Updated**: 2020-12-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Vue
- 基于 vue2.x + vuex + scss + axios + mockjs 编写,MPA模式
- 编写工具:vs code
- 构建工具:vue-cli 4.x
## 接口文档
> 音乐接口:https://neteasecloudmusicapi.vercel.app/#/?id=neteasecloudmusicapi
> 天气接口:https://www.free-api.com/search?keyword=%E5%A4%A9%E6%B0%94
## 注意
> 添加 vue.config.js 自动读取 pages 目录下的 js 文件,自动添加打包入口,以此来修改 vue-cli 构建工具默认只支持SPA模式的开发。
## 依赖安装,开发模式,工程打包
```
npm install
npm run serve
npm run build
```
## 预览(使用 nginx 简单部署)
/index.html
/music.html
/waterfall.html