Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadyushka/vue2-notes
Notes is an app made with the help of Vue2 and Vuex. Drag and Drop effect was created on frontend side. It is easier to arrange tasks according their priority.
https://github.com/nadyushka/vue2-notes
drag-and-drop spa vue-router vue2 vuex
Last synced: 29 days ago
JSON representation
Notes is an app made with the help of Vue2 and Vuex. Drag and Drop effect was created on frontend side. It is easier to arrange tasks according their priority.
- Host: GitHub
- URL: https://github.com/nadyushka/vue2-notes
- Owner: Nadyushka
- Created: 2023-12-21T08:25:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T12:15:16.000Z (about 1 year ago)
- Last Synced: 2025-01-08T09:52:15.588Z (29 days ago)
- Topics: drag-and-drop, spa, vue-router, vue2, vuex
- Language: Vue
- Homepage: https://vue2-notes.netlify.app/
- Size: 858 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-vue2-project
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).