https://github.com/bohdanmoroziuk/v-md-notebook
A simple markdown notebook created with Vue.js 2 and Marked. My first app created using Vue.js.
https://github.com/bohdanmoroziuk/v-md-notebook
bootstrap-material-design date-fns markdown marked notebook notes vuejs vuex
Last synced: about 1 month ago
JSON representation
A simple markdown notebook created with Vue.js 2 and Marked. My first app created using Vue.js.
- Host: GitHub
- URL: https://github.com/bohdanmoroziuk/v-md-notebook
- Owner: bohdanmoroziuk
- License: mit
- Created: 2019-08-25T10:06:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T09:11:15.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T22:21:09.238Z (about 1 year ago)
- Topics: bootstrap-material-design, date-fns, markdown, marked, notebook, notes, vuejs, vuex
- Language: Vue
- Homepage:
- Size: 4.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown Notebook
> A simple markdown notebook created with Vue.js 2 and Marked.
## Preview

## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```