vue3-md-blog
✍️ Minimal config Vue3 + Markdown + Bootstrap blog engine
File Explorer
Download Latest Version (.zip)- npm-dependencies-badge.svg
- npm-devdependencies-badge.svg
- npm-version-badge.svg
- deploy_to_gh_pages.yml
- update_public_data.yml
- blog_screenshot.png
- md_editor_demo.png
- public-structure.png
- step1-github.png
- embed-youtube-video.md
- inline-bootstrap-html.md
- markdown-posts.md
- customise-your-blog.md
- post-with-a-simple-git-commit.md
- setup-yor-own-blog.md
- use-a-custom-domain-name.md
- posts_index.json
- favicon.ico
- generate_index.ts
- logo.png
- BlogHeader.vue
- Footer.vue
- Loader.vue
- NavBar.vue
- PatchMeta.vue
- index.ts
- v-md-editor.d.ts
- file-saver.d.ts
- markdown-it.d.ts
- PostIndex.ts
- prismjs.d.ts
- paginate.ts
- Editor.vue
- Home.vue
- Post.vue
- App.vue
- blog_config.ts
- env.d.ts
- main.ts
- .gitignore
- index.html
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/yeikiu/vue3-md-blog
Downloads the entire project code from GitHub to your computer.
cd vue3-md-blog
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm i
Type this command into your terminal and run it.
npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
