# slush-cooking-vue

> A vue project template for cooking.

## Dependency
- [cooking-vue](https://github.com/cookingjs/cooking-vue/)
- [cooking-lint](https://github.com/cookingjs/cooking-lint/)

## Quick Start
```shell
npm i cooking -g

mkdir test-vue && cd test-vue
cooking init vue
```