https://github.com/andreiextr/notes
https://github.com/andreiextr/notes
notes to-do vue
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreiextr/notes
- Owner: AndreiExtr
- Created: 2025-03-24T16:30:52.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-25T15:40:05.000Z (about 1 year ago)
- Last Synced: 2025-04-08T14:21:44.919Z (about 1 year ago)
- Topics: notes, to-do, vue
- Language: Vue
- Homepage: https://andreiextr.github.io/Notes/
- Size: 387 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# notes
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).