https://github.com/andreiextr/notes
https://github.com/andreiextr/notes
notes to-do vue
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreiextr/notes
- Owner: AndreiExtr
- Created: 2025-03-24T16:30:52.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-25T15:40:05.000Z (7 months ago)
- Last Synced: 2025-04-08T14:21:44.919Z (6 months 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/).