File tree 2 files changed +21
-44
lines changed
2 files changed +21
-44
lines changed Original file line number Diff line number Diff line change 48
48
" postcss"
49
49
],
50
50
51
+ // Markdownlint
52
+ "markdownlint.config" : {
53
+ "first-line-h1" : false ,
54
+ "no-inline-html" : false
55
+ },
56
+
51
57
// Use the workspace version of TypeScript
52
58
"typescript.tsdk" : " node_modules/typescript/lib"
53
59
}
Original file line number Diff line number Diff line change 1
- # Nuxt 3 Minimal Starter
1
+ <p align =" center " >
2
+ <img src =" public/icon.svg " alt =" NPC Logo " align =" center " width =" 128 " height =" 128 " >
3
+ </p >
2
4
3
- Look at the [ Nuxt 3 documentation] ( https://nuxt.com/docs/getting-started/introduction ) to learn more.
5
+ <h1 align =" center " >Website</h1 >
6
+
7
+ <p align =" center " >The front page of NPC: Crafted with Nuxt, powered by passion</p >
8
+
9
+ <p align =" center " >
10
+ <a href =" https://ntut.club " >
11
+ <img
12
+ alt="An NPC Project"
13
+ src="https://img.shields.io/badge/An_NPC_Project-black?logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0iI2ZmZiI%2BPHBhdGggZD0iTTQgNHYyNGw4LTggMTYgOFY0bC04IDh6Ii8%2BPC9zdmc%2B"
14
+ >
15
+ </a >
16
+ </p >
4
17
5
18
## Setup
6
19
7
20
Make sure to install the dependencies:
8
21
9
22
``` bash
10
- # npm
11
- npm install
12
-
13
- # pnpm
14
23
pnpm install
15
-
16
- # yarn
17
- yarn install
18
-
19
- # bun
20
- bun install
21
24
```
22
25
23
26
## Development Server
24
27
25
28
Start the development server on ` http://localhost:3000 ` :
26
29
27
30
``` bash
28
- # npm
29
- npm run dev
30
-
31
- # pnpm
32
31
pnpm run dev
33
-
34
- # yarn
35
- yarn dev
36
-
37
- # bun
38
- bun run dev
39
32
```
40
33
41
34
## Production
42
35
43
36
Build the application for production:
44
37
45
38
``` bash
46
- # npm
47
- npm run build
48
-
49
- # pnpm
50
39
pnpm run build
51
-
52
- # yarn
53
- yarn build
54
-
55
- # bun
56
- bun run build
57
40
```
58
41
59
42
Locally preview production build:
60
43
61
44
``` bash
62
- # npm
63
- npm run preview
64
-
65
- # pnpm
66
45
pnpm run preview
67
-
68
- # yarn
69
- yarn preview
70
-
71
- # bun
72
- bun run preview
73
46
```
74
-
75
- Check out the [ deployment documentation] ( https://nuxt.com/docs/getting-started/deployment ) for more information.
You can’t perform that action at this time.
0 commit comments