1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 02:44:39 +00:00

feat(readme): update README structure and content for clarity and improved installation instructions

This commit is contained in:
2025-06-16 15:43:56 +07:00
parent 35104cdbc8
commit ff484efcda

View File

@@ -1,39 +1,26 @@
# . <div>
<img src="https://bage.robonen.ru/github?profile=robonen&project=lorem-blog&description=Lorem%20Blog">
</div>
This template should help get you started developing with Vue 3 in Vite. # Introduction
## Recommended IDE Setup Lorem blog is a simple blog template built with Vue.js and Tailwind CSS. It is designed to be easy to use and customize, making it a great starting point for your own blog.
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Installation
## Type Support for `.vue` Imports in TS ```bash
git clone https://github.com/robonen/lorem-blog.git
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. cd lorem-blog
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
pnpm install pnpm install
``` ```
### Compile and Hot-Reload for Development ## Usage
```sh ```bash
pnpm dev pnpm run dev
``` ```
## Build
### Type-Check, Compile and Minify for Production ```bash
pnpm run build
```sh
pnpm build
```
### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
pnpm test:unit
``` ```