https://github.com/arcodev/curso-vuejs
Desarrollo de un clon de trello con vue js del curso de @carlosazaustre
https://github.com/arcodev/curso-vuejs
css firebase js vuejs
Last synced: 3 months ago
JSON representation
Desarrollo de un clon de trello con vue js del curso de @carlosazaustre
- Host: GitHub
- URL: https://github.com/arcodev/curso-vuejs
- Owner: ArcoDev
- Created: 2021-06-28T21:40:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T23:18:30.000Z (about 5 years ago)
- Last Synced: 2025-02-21T15:33:58.990Z (over 1 year ago)
- Topics: css, firebase, js, vuejs
- Language: JavaScript
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-trello
> Clon de trello del curso de vue js
## 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
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run all tests
npm test
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).