https://github.com/diogosouza/vue-notes-app
A Simple Notes Application with Vue.js
https://github.com/diogosouza/vue-notes-app
logrocket vue vuejs
Last synced: 2 months ago
JSON representation
A Simple Notes Application with Vue.js
- Host: GitHub
- URL: https://github.com/diogosouza/vue-notes-app
- Owner: diogosouza
- Created: 2018-06-19T00:06:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T19:55:20.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T05:14:55.001Z (4 months ago)
- Topics: logrocket, vue, vuejs
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# notes-app
> A Vue.js project
## 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# build for production and view the bundle analyzer report
npm run build --report
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).