https://github.com/osintt/simple-vuejs-notes-app
Simple to do(s) app made with Vue.js and Bootstrap
https://github.com/osintt/simple-vuejs-notes-app
Last synced: 5 months ago
JSON representation
Simple to do(s) app made with Vue.js and Bootstrap
- Host: GitHub
- URL: https://github.com/osintt/simple-vuejs-notes-app
- Owner: OSintt
- Created: 2021-05-28T22:58:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T23:03:10.000Z (about 5 years ago)
- Last Synced: 2025-06-11T18:24:22.889Z (about 1 year ago)
- Language: Vue
- Size: 77.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple VueJS notes app
> Simple to do(s) app made with Vue.js and Bootstrap
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```