https://github.com/fadeev/things
A web app that replicates the look and feel of a popular desktop application.
https://github.com/fadeev/things
javascript task-manager vue vuex webapp
Last synced: 8 months ago
JSON representation
A web app that replicates the look and feel of a popular desktop application.
- Host: GitHub
- URL: https://github.com/fadeev/things
- Owner: fadeev
- Created: 2018-08-14T16:28:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:20:27.000Z (over 3 years ago)
- Last Synced: 2023-03-12T05:18:00.098Z (over 3 years ago)
- Topics: javascript, task-manager, vue, vuex, webapp
- Language: Vue
- Homepage:
- Size: 3.91 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Things.vue
Things.vue is a task manager web application that replicates design and fuctionality of Things by Cultured Code. This project does not use any code or design elements from the original application. It is written in JavaScript and uses Vue.js framework.

## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```