https://github.com/lagden/vue
Usando Vuejs direto
https://github.com/lagden/vue
es6 javascript pure vuejs
Last synced: 6 months ago
JSON representation
Usando Vuejs direto
- Host: GitHub
- URL: https://github.com/lagden/vue
- Owner: lagden
- Created: 2018-09-14T20:45:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T20:55:07.000Z (about 7 years ago)
- Last Synced: 2025-03-25T09:51:49.048Z (7 months ago)
- Topics: es6, javascript, pure, vuejs
- Language: JavaScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Direto
Exemplo de uma aplicação utilizando o [Vue.js](https://vuejs.org/) sem nenhum transpiler
## Instalação
```
$ npm i
```## Uso
Recomendo a instalação de webserver para rodar o app
```
npm i -g local-web-server
ws -p 7890
```Abra o navegador e entre com o endereço: http://127.0.0.1:7890
## License
MIT © [Thiago Lagden](http://lagden.in)