Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/didinj/vuejs-tutorial

Vue.js Tutorial: Learn to Build a Web App Quickly
https://github.com/didinj/vuejs-tutorial

build example learn quickly tutorial vue vue2 vuejs webapp

Last synced: about 22 hours ago
JSON representation

Vue.js Tutorial: Learn to Build a Web App Quickly

Awesome Lists containing this project

README

        

# Vue.js Tutorial: Learn to Build a Web App Quickly

This source code is part of [Vue.js Tutorial: Learn to Build a Web App Quickly](https://www.djamware.com/post/5e07231cecfe522f24e9cef0/vuejs-tutorial-learn-to-build-a-web-app-quickly).

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

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