We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181c5ad commit 76a85bbCopy full SHA for 76a85bb
README.md
@@ -1,5 +1,7 @@
1
# Nuxt 3 & Tailwind 3 Starter
2
3
+Including tailwindConfig and Tailwind Config Viewer!
4
+
5
Be patient, this is just a Beta version of Nuxt3.
6
7
For Nuxt3 Installation and configuration I recommend to look at the [documentation](https://v3.nuxtjs.org).
@@ -19,6 +21,8 @@ yarn install
19
21
20
22
Start the development server on http://localhost:3000
23
24
+Parallel there will be a Tailwind Config Viewer on http://localhost:3001
25
26
```bash
27
yarn dev
28
```
@@ -31,4 +35,4 @@ Build the application for production:
31
35
yarn build
32
36
33
37
34
-Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).
38
+Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).
0 commit comments