Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasinatesim/vue-todo
This project was created to create a medium/large Vue project folder structure π
https://github.com/yasinatesim/vue-todo
todo todolist vue vuejs vuejs2
Last synced: 6 days ago
JSON representation
This project was created to create a medium/large Vue project folder structure π
- Host: GitHub
- URL: https://github.com/yasinatesim/vue-todo
- Owner: yasinatesim
- License: mit
- Created: 2020-08-20T18:41:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T15:26:26.000Z (over 4 years ago)
- Last Synced: 2025-01-12T17:47:07.240Z (about 1 month ago)
- Topics: todo, todolist, vue, vuejs, vuejs2
- Language: Vue
- Homepage: https://vue-todo.yasinatesim.vercel.app/
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Vue Todo App
This project was created to create a medium/large Vue project folder structure π
Β· View Demo
## π About
This project was created to create a medium/large Vue project folder structure π
I developed this project because, I need medium and larger Vue project folder structure.
I'm preparing for my project **folder structure stack** project soon π### πTech Stack
Progressive framework for building user interfaces
Send commit messages to conventional commits rules
The most mature, stable, and powerful professional grade CSS extension language in the world
Helps maintain consistent coding styles for my working on the same project across various editors and IDEs
Find and fix problems in your JavaScript code
An opinionated code formatter
## βοΈ How To Use
1. Clone this repository
```bash
git clone https://github.com/yasinatesim/vue-todo.git
```2. Install the project dependencies
```bash
yarn install
```**For Development**
```bash
yarn serve
```**For Production Build**
```bash
yarn build
```**For Lint**
```bash
yarn lint
```## π License
* Copyright Β© 2020 - MIT License.
See `LICENSE` for more information.