Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 πŸ˜‹

Awesome Lists containing this project

README

        




Vue Todo App


Vue Todo App





This project was created to create a medium/large Vue project folder structure πŸ˜‹


Β· View Demo

## πŸ“– About

Vue Todo App

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

Vue Js

Progressive framework for building user interfaces

Commitlint

Send commit messages to conventional commits rules

SASS

The most mature, stable, and powerful professional grade CSS extension language in the world

Editorconfig

Helps maintain consistent coding styles for my working on the same project across various editors and IDEs

Eslint

Find and fix problems in your JavaScript code

Prettier

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.