Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2460392754/template.webpack.vue2
webpack从0搭建的快速vue2模板
https://github.com/2460392754/template.webpack.vue2
Last synced: 7 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:15:44.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T19:58:51.891Z (over 1 year 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
```