blog-vue/README.md

26 lines
267 B
Markdown

# rachel-blog-vue
Rewrite of my blog in `vuejs` + `typescript` + `vite-ssg`
## Usage
### Hot-Reload for Development
```sh
npm install
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm install
npm run build
```
or
```sh
nix build
```