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

https://github.com/towsifzilani/vue3-cli

Vue (pronounced /vjuː/, like view) is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS and JavaScript, and provides a declarative and component-based programming model that helps you efficiently develop user interfaces, be it simple or complex.
https://github.com/towsifzilani/vue3-cli

vue vue-cli vue-cli-3 vue-components vue3 vuejs

Last synced: 4 months ago
JSON representation

Vue (pronounced /vjuː/, like view) is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS and JavaScript, and provides a declarative and component-based programming model that helps you efficiently develop user interfaces, be it simple or complex.

Awesome Lists containing this project

README

        

# vuecli-tutorials

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

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

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

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