An open API service indexing awesome lists of open source software.

https://github.com/bencodezen/vue-your-todos


https://github.com/bencodezen/vue-your-todos

Last synced: 10 months ago
JSON representation

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
```