https://github.com/igorhalfeld/fcamara-meetup-vnotes
Notepad to Markdown with Vue.js and Local Storage API for a Meetup DEMO
https://github.com/igorhalfeld/fcamara-meetup-vnotes
Last synced: 6 months ago
JSON representation
Notepad to Markdown with Vue.js and Local Storage API for a Meetup DEMO
- Host: GitHub
- URL: https://github.com/igorhalfeld/fcamara-meetup-vnotes
- Owner: IgorHalfeld
- Created: 2018-07-28T13:44:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T13:45:23.000Z (almost 8 years ago)
- Last Synced: 2025-06-29T00:50:20.985Z (about 1 year ago)
- Language: Vue
- Homepage: https://www.meetup.com/Nerdzao/events/252853588/
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v-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
```