Blame view

README.md 409 Bytes
36821dd7   张志伟   feat: init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
  # Modern.js App
  
  ## Setup
  
  Install the dependencies:
  
  ```bash
  pnpm install
  ```
  
  ## Get Started
  
  Start the dev server:
  
  ```bash
  pnpm dev
  ```
  
  Enable optional features or add a new entry:
  
  ```bash
  pnpm new
  ```
  
  Build the app for production:
  
  ```bash
  pnpm build
  ```
  
  Preview the production build locally:
  
  ```bash
  pnpm serve
  ```
  
  For more information, see the [Modern.js documentation](https://modernjs.dev/en).