mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
docs: 更新README.md和README.zh-CN.md文件
This commit is contained in:
parent
5c52f2f88c
commit
3e36144cf9
@ -52,6 +52,7 @@ A `completely free`, `efficient`, `feature complete` and based on vite5. x & ts(
|
|||||||
- `SVG:` built-in svg icon solution
|
- `SVG:` built-in svg icon solution
|
||||||
- `Hooks:` based on the template characteristics of the encapsulated hooks to make it easier to use some functions of the template
|
- `Hooks:` based on the template characteristics of the encapsulated hooks to make it easier to use some functions of the template
|
||||||
- `TypeScript:` provide a complete type
|
- `TypeScript:` provide a complete type
|
||||||
|
- `Vitest:` built-in vitest test solution
|
||||||
|
|
||||||
## 👀 Preview
|
## 👀 Preview
|
||||||
|
|
||||||
@ -80,6 +81,7 @@ A `completely free`, `efficient`, `feature complete` and based on vite5. x & ts(
|
|||||||
- [Mock.js](https://github.com/nuysoft/Mock) - mockjs basic syntax
|
- [Mock.js](https://github.com/nuysoft/Mock) - mockjs basic syntax
|
||||||
- [Pinia](https://pinia.vuejs.org/zh/introduction.html) - state manager pinia usage
|
- [Pinia](https://pinia.vuejs.org/zh/introduction.html) - state manager pinia usage
|
||||||
- [TSX](https://github.com/vuejs/babel-plugin-jsx/blob/main/packages/babel-plugin-jsx/README-zh_CN.md) - tsx basic syntax
|
- [TSX](https://github.com/vuejs/babel-plugin-jsx/blob/main/packages/babel-plugin-jsx/README-zh_CN.md) - tsx basic syntax
|
||||||
|
- [Vitest](https://cn.vitest.dev/guide/) - vitest basic use
|
||||||
|
|
||||||
## 📦 Setup
|
## 📦 Setup
|
||||||
|
|
||||||
@ -99,6 +101,13 @@ git clone https://mirror.ghproxy.com/https://github.com/XiaoDaiGua-Ray/ray-templ
|
|||||||
pnpm i
|
pnpm i
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Test project
|
||||||
|
|
||||||
|
```sh
|
||||||
|
|
||||||
|
pnpm test
|
||||||
|
```
|
||||||
|
|
||||||
### Startup project
|
### Startup project
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -52,6 +52,7 @@
|
|||||||
- `SVG:`内置 svg icon 解决方案
|
- `SVG:`内置 svg icon 解决方案
|
||||||
- `Hooks:`基于模板特性封装的 hooks 让你更加方便的使用模板一些功能
|
- `Hooks:`基于模板特性封装的 hooks 让你更加方便的使用模板一些功能
|
||||||
- `TypeScript:`提供完整的类型
|
- `TypeScript:`提供完整的类型
|
||||||
|
- `Vitest:`内置 vitest 测试方案
|
||||||
|
|
||||||
## 👀 预览地址
|
## 👀 预览地址
|
||||||
|
|
||||||
@ -80,6 +81,7 @@
|
|||||||
- [Mock.js](https://github.com/nuysoft/Mock) - mockjs 基本语法
|
- [Mock.js](https://github.com/nuysoft/Mock) - mockjs 基本语法
|
||||||
- [Pinia](https://pinia.vuejs.org/zh/introduction.html) - 状态管理器 pinia 使用
|
- [Pinia](https://pinia.vuejs.org/zh/introduction.html) - 状态管理器 pinia 使用
|
||||||
- [TSX](https://github.com/vuejs/babel-plugin-jsx/blob/main/packages/babel-plugin-jsx/README-zh_CN.md) - tsx 基本语法
|
- [TSX](https://github.com/vuejs/babel-plugin-jsx/blob/main/packages/babel-plugin-jsx/README-zh_CN.md) - tsx 基本语法
|
||||||
|
- [Vitest](https://cn.vitest.dev/guide/) - vitest 基本使用
|
||||||
|
|
||||||
## 📦 起步
|
## 📦 起步
|
||||||
|
|
||||||
@ -99,6 +101,13 @@ git clone https://mirror.ghproxy.com/https://github.com/XiaoDaiGua-Ray/ray-templ
|
|||||||
pnpm i
|
pnpm i
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 测试项目
|
||||||
|
|
||||||
|
```sh
|
||||||
|
|
||||||
|
pnpm test
|
||||||
|
```
|
||||||
|
|
||||||
### 启动项目
|
### 启动项目
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user