931b7d0d4d20087e1274e94733d6c3f8da2fcc6c
md-blog
This template should help get you started developing with Vue 3 in Vite.
TODO
- render code highlight
- render
mathjaxkatex - render
plantumlmermaid - custom css in sub repo
- custom layout in sub repo ?
- build RSS feed
- link to home
- link to previous/next article
- set page title
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
Customize configuration
See Vite Configuration Reference.
Project Setup
bun install
Compile and Hot-Reload for Development
bun dev
Type-Check, Compile and Minify for Production
bun run build
Lint with ESLint
bun lint
Description
Languages
TypeScript
56.3%
Vue
24.1%
SCSS
10.4%
Makefile
5.3%
HTML
3.9%