https://github.com/baloise/vue-preset
Preset config for the Vue CLI to create new project
https://github.com/baloise/vue-preset
Last synced: 4 months ago
JSON representation
Preset config for the Vue CLI to create new project
- Host: GitHub
- URL: https://github.com/baloise/vue-preset
- Owner: baloise
- Created: 2022-01-10T14:22:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T20:39:49.000Z (over 4 years ago)
- Last Synced: 2025-02-22T21:27:03.648Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Preset for Baloise
Preset config for the [Vue CLI](https://cli.vuejs.org/) to create new project.
First install the [Vue CLI](https://cli.vuejs.org/) globally.
```bash
npm install -g @vue/cli
```
Then run the following command to use the preset of baloise
```bash
vue create --preset baloise/vue-preset bal-app
```