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

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

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
```