https://github.com/divyanshu-rawat/dojo
A CRUD Application with sorting and matching.
https://github.com/divyanshu-rawat/dojo
bootstrap4 computed font-awesome lodash matching moment-js sorting-algorithms updated vuejs vuex watchers
Last synced: about 1 month ago
JSON representation
A CRUD Application with sorting and matching.
- Host: GitHub
- URL: https://github.com/divyanshu-rawat/dojo
- Owner: divyanshu-rawat
- Created: 2018-09-21T05:42:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T21:40:19.000Z (almost 8 years ago)
- Last Synced: 2025-07-05T06:38:56.906Z (12 months ago)
- Topics: bootstrap4, computed, font-awesome, lodash, matching, moment-js, sorting-algorithms, updated, vuejs, vuex, watchers
- Language: Vue
- Homepage: https://dojo-app.herokuapp.com/
- Size: 379 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dojo
Live Application URL - https://dojo-app.herokuapp.com/
Project setup
```
npm install
```
Compiles and hot-reloads for development.
```
npm run serve
```
Compiles and minifies for production.
```
npm run build
```
Lints and fixes files.
```
npm run lint
```
