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

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.

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