Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruchernchong/vue-task-list
A Vuejs project to demo the understanding of Vue, Vue Router and Vuex
https://github.com/ruchernchong/vue-task-list
sass task-list vue vue-router vuex
Last synced: about 10 hours ago
JSON representation
A Vuejs project to demo the understanding of Vue, Vue Router and Vuex
- Host: GitHub
- URL: https://github.com/ruchernchong/vue-task-list
- Owner: ruchernchong
- License: mit
- Created: 2018-02-11T06:43:22.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T13:43:04.000Z (about 1 month ago)
- Last Synced: 2025-01-18T02:40:43.233Z (3 days ago)
- Topics: sass, task-list, vue, vue-router, vuex
- Language: TypeScript
- Homepage: https://vue-task-list.vercel.app/
- Size: 1.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Task List
> A Vue.js project
## 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).