Skip to content

Commit 7d6cf0f

Browse files
committed
tw-v2 Setup and Install
1 parent fcf41f1 commit 7d6cf0f

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
# tw2-nuxt
1+
# Tailwind CSS v2.0 | Nuxt Setup and Install
22

3-
## Build Setup
3+
Source Code for Setup and Install Nuxt with Tailwindcss v2.0 on <a href="https://www.youtube.com/channel/UCSyosm-WcUPT4LnUIIdqSCw" title="Subscribe to CodeWithChu Youtube Channel" target="_blank">CodeWithChu</a> YouTube Channel.
44

5-
```bash
6-
# install dependencies
7-
$ npm install
5+
## Install
86

7+
```
8+
npm install
9+
```
10+
11+
## NPM Scripts
12+
13+
```sh
914
# serve with hot reload at localhost:3000
1015
$ npm run dev
1116

@@ -17,4 +22,11 @@ $ npm run start
1722
$ npm run generate
1823
```
1924

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")
28+
- [YouTube](https://www.youtube.com/channel/UCSyosm-WcUPT4LnUIIdqSCw "CodeWithChu Youtube Channel")
29+
- [Instagram](https://www.instagram.com/codewithchu/ "Follow CodeWithChu on Instagram")
30+
- [Twitter](https://twitter.com/codewithchu "Follow CodeWithChu on Twitter")
31+
- [Facebook](https://www.facebook.com/codewithchu "Like CodeWithChu on Facebook")
32+
- [Codepen](https://codepen.io/codewithchu "Follow CodeWithChu on Codepen")

0 commit comments

Comments
 (0)