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

https://github.com/spacetab-io/vue-cli-web-app-template

A Web App template generator powered by @vue/cli
https://github.com/spacetab-io/vue-cli-web-app-template

vue vue-cli vue-cli-template

Last synced: about 1 month ago
JSON representation

A Web App template generator powered by @vue/cli

Awesome Lists containing this project

README

        

vue-cli-web-app-template
===

A Web App template generator powered by @vue/cli

### Installation

```bash
npm install -g @vue/cli
npm install -g @vue/cli-init
# OR
yarn global add @vue/cli
yarn global add @vue/cli-init
# Then
vue init spacetab-io/vue-cli-web-app-template web-app-name
```