Files
frost-navigation/README.md
2024-08-26 14:07:57 +08:00

28 lines
255 B
Markdown

# frost-navigation
## 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
```