Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/valchanoficial/vuejs1

Alura: Vue.js parte 1: construindo Single Page Applications
https://github.com/valchanoficial/vuejs1

api babel bootstrap html node nodejs vue vuejs

Last synced: 5 days ago
JSON representation

Alura: Vue.js parte 1: construindo Single Page Applications

Awesome Lists containing this project

README

        

# Vue.js - Parte 1

> Alura: Vue.js parte 1: construindo Single Page Applications

## Build Setup

``` bash
# install dependencies
npm install

# API serve at localhost:3000
npm start

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```

For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).