https://github.com/2460392754/template.webpack.vue2
webpack从0搭建的快速vue2模板
https://github.com/2460392754/template.webpack.vue2
Last synced: 23 days ago
JSON representation
webpack从0搭建的快速vue2模板
- Host: GitHub
- URL: https://github.com/2460392754/template.webpack.vue2
- Owner: 2460392754
- Created: 2020-03-03T05:08:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:15:44.000Z (over 2 years ago)
- Last Synced: 2024-12-29T13:56:07.787Z (7 months ago)
- Language: JavaScript
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## dev - 开发环境
```
$ yarn dev
```## build - 构建环境
```
$ yarn build
```## build:analyzer - 在构建环境中进行文件分析
```
$ yarn build:analyzer
```## format:fix - 代码格式化
```
$ yarn format:fix
```## lint:fix - 校验代码 js 并修复
```
$ yarn lint:fix
```## lint:fix - 校验代码 css 并修复
```
$ yarn lincsst:fix
```