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 2 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T09:11:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T04:31:24.718Z (3 months ago)
- Topics: bootstrap-material-design, date-fns, markdown, marked, notebook, notes, vuejs, vuex
- Language: Vue
- Homepage:
- Size: 4.57 MB
- Stars: 0
- Watchers: 3
- 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
```