https://github.com/levonium/learning-markdown
A website about Markdown made with Vue.js
https://github.com/levonium/learning-markdown
Last synced: 12 months ago
JSON representation
A website about Markdown made with Vue.js
- Host: GitHub
- URL: https://github.com/levonium/learning-markdown
- Owner: levonium
- Created: 2018-01-26T18:03:12.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-05-01T06:23:39.000Z (about 1 year ago)
- Last Synced: 2025-06-25T03:54:51.829Z (12 months ago)
- Language: Vue
- Homepage: https://learnmarkdown.com
- Size: 521 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Markdown
Website I made while learning Markdown and Vue.js

## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```