Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n3m0n8/vuejs-notesapp
A simple notes in VueJS following Brad Traversy's tutorial.
https://github.com/n3m0n8/vuejs-notesapp
vue-cli vue-components vue-router vuejs vuejs-
Last synced: about 1 month ago
JSON representation
A simple notes in VueJS following Brad Traversy's tutorial.
- Host: GitHub
- URL: https://github.com/n3m0n8/vuejs-notesapp
- Owner: n3m0n8
- Created: 2023-01-16T20:39:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T21:24:37.000Z (about 2 years ago)
- Last Synced: 2023-09-12T01:41:41.909Z (over 1 year ago)
- Topics: vue-cli, vue-components, vue-router, vuejs, vuejs-
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# traversy-crash-cli
## 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/).