slush-cooking-vue
Version:
A vue project template for cooking.
15 lines (11 loc) • 287 B
Markdown
# 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
```