Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/valchanoficial/vuejs1
- Owner: ValchanOficial
- Created: 2019-08-13T17:43:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T01:51:31.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T06:57:10.973Z (over 1 year ago)
- Topics: api, babel, bootstrap, html, node, nodejs, vue, vuejs
- Language: JavaScript
- Size: 1.96 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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).