blog-vue/README.md

267 B

rachel-blog-vue

Rewrite of my blog in vuejs + typescript + vite-ssg

Usage

Hot-Reload for Development

npm install
npm run dev

Type-Check, Compile and Minify for Production

npm install
npm run build

or

nix build