https://github.com/simoneas02/vue-todo
:pencil: :pencil2: A simple TODO List
https://github.com/simoneas02/vue-todo
Last synced: 3 months ago
JSON representation
:pencil: :pencil2: A simple TODO List
- Host: GitHub
- URL: https://github.com/simoneas02/vue-todo
- Owner: simoneas02
- License: mit
- Created: 2017-07-05T19:51:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T15:38:30.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T15:21:48.626Z (over 1 year ago)
- Language: Vue
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vue TODO
> A simple TODO List
## Run the project local
**0 -** install the basic dependencies
- [NodeJS](https://nodejs.org/en/)
**1 -** Clone the project and install the dependencies:
```sh
$ git clone https://github.com/simoneas02/vue-todo
$ cd vue-todo/
$ npm install
```
**2 -** Start development mode:
```sh
$ npm run dev
$ npm run build
```
## Contributing
Find on our [issues](https://github.com/simoneas02/vue-todo/issues/) the next steps of the project ;)
Want to contribute? [Follow these recommendations](https://https://github.com/simoneas02/vue-todo/issues/blob/master/CONTRIBUTING.md).
## History
See [Releases](https://github.com/simoneas02/vue-todo/releases) for detailed changelog.
## License
[MIT License](https://github.com/simoneas02/vue-todo/blob/master/license.md) © [Simone Amorim](https://simoneas02.github.io)