From 80c87334819c1577de2bd38a8e13cd045390d051 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Wed, 17 Jul 2024 16:30:01 +0200 Subject: [PATCH] actually change readme --- README.md | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 628028b..855a504 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,25 @@ # rachel-blog-vue -This template should help get you started developing with Vue 3 in Vite. +Rewrite of my blog in `vuejs` + `typescript` + `vite-ssg` -## Recommended IDE Setup +## Usage -[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). - -## 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](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types. - -## Customize configuration - -See [Vite Configuration Reference](https://vitejs.dev/config/). - -## Project Setup +### Hot-Reload for Development ```sh npm install -``` - -### Compile and Hot-Reload for Development - -```sh npm run dev ``` ### Type-Check, Compile and Minify for Production ```sh +npm install npm run build ``` + +or + +```sh +nix build +```