You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source Code for Setup and Install Nuxt with Tailwindcss v2.0 on <ahref="https://www.youtube.com/channel/UCSyosm-WcUPT4LnUIIdqSCw"title="Subscribe to CodeWithChu Youtube Channel"target="_blank">CodeWithChu</a> YouTube Channel.
4
4
5
-
```bash
6
-
# install dependencies
7
-
$ npm install
5
+
## Install
8
6
7
+
```
8
+
npm install
9
+
```
10
+
11
+
## NPM Scripts
12
+
13
+
```sh
9
14
# serve with hot reload at localhost:3000
10
15
$ npm run dev
11
16
@@ -17,4 +22,11 @@ $ npm run start
17
22
$ npm run generate
18
23
```
19
24
20
-
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
25
+
## connect with @codewithchu
26
+
27
+
-[Website](https://www.arthurchu.ca"Web Development Tutorials, Tips & Tricks | CodeWithChu Website")
0 commit comments