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

https://github.com/deliocoder/vue-cli

Starting the world of Vue with Vue-CLI
https://github.com/deliocoder/vue-cli

vue vuecli

Last synced: about 1 year ago
JSON representation

Starting the world of Vue with Vue-CLI

Awesome Lists containing this project

README

          

# proyecto-1

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).