Files
frost-navigation/README.md

28 lines
255 B
Markdown
Raw Normal View History

2024-08-22 12:44:41 +08:00
# frost-navigation
2024-08-26 14:07:57 +08:00
## Commands
### Project Setup
```sh
pnpm install
```
### Compile and Hot-Reload for Development
```sh
pnpm run dev
```
### Compile and Minify for Production
```sh
pnpm run build
```
### Lint with ESLint
```sh
pnpm run lint
```