Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luisprmat/curso-vue-2
Practices course of Vue.js by Styde
https://github.com/luisprmat/curso-vue-2
Last synced: about 2 hours ago
JSON representation
Practices course of Vue.js by Styde
- Host: GitHub
- URL: https://github.com/luisprmat/curso-vue-2
- Owner: luisprmat
- Created: 2019-11-08T01:23:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T12:29:39.000Z (about 2 years ago)
- Last Synced: 2024-11-11T18:45:02.144Z (about 2 months ago)
- Language: Vue
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-tasks
> Task Modules
## Build Setup
``` bash
# install dependencies
npm install# 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).