https://github.com/bencodezen/vue-your-todos
https://github.com/bencodezen/vue-your-todos
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bencodezen/vue-your-todos
- Owner: bencodezen
- Created: 2020-11-09T12:56:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T20:12:55.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T09:28:49.032Z (12 months ago)
- Language: Vue
- Size: 73.2 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Your Todos
A unique take on the TodoMVC app that is built using a custom design with:
- [Vite](https://github.com/vitejs/vite)
- [Vue 3](https://v3.vuejs.org/)
- [Zeplin](https://zeplin.io/)
- [Netlify](https://www.netlify.com/?utm_source=github&utm_medium=vueyourtodos-bh&utm_campaign=devex)
## ⚠️ Important Note
The codebase is a fun exploration of Vue.js 3's Composition API and is not representative of best practices or patterns. It is still a work in progress and additional changes will be coming.
## 📌 Milestones
- [01: Start](https://github.com/bencodezen/vue-your-todos/tree/001-starting-point): Where we started
- [02: HTML & CSS v1](https://github.com/bencodezen/vue-your-todos/tree/02-html-css-v1): What we worked on in [Vue Your Todos - Part 1](https://www.youtube.com/watch?v=tlWmdvX2cQA)
- [03: JavaScript v1](https://github.com/bencodezen/vue-your-todos/tree/03-javascript-v1): What we worked on in [Vue Your Todos - Part 2](https://www.youtube.com/watch?v=yd2-3CfM3oQ)
## Setup
```
yarn
```
### Compiles and hot-reloads for development
```
yarn dev
```
### Lints and fixes files
```
yarn build
```