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
- Host: GitHub
- URL: https://github.com/spacetab-io/vue-cli-web-app-template
- Owner: spacetab-io
- Created: 2020-03-13T17:24:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:57:22.000Z (over 2 years ago)
- Last Synced: 2025-02-14T22:13:53.440Z (3 months ago)
- Topics: vue, vue-cli, vue-cli-template
- Language: TypeScript
- Homepage:
- Size: 838 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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
```