Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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模板

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
```