Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86e565a

Browse files
committed
aa
2 parents 22271c4 + 87aa565 commit 86e565a

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

‎README.md‎

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,55 @@ This starter template includes:
1111
- [Tailwind CSS 3](https://tailwindcss.com/docs/configuration)
1212
- [Vue Router](https://github.com/vuejs/router)
1313

14+
<<<<<<< HEAD
1415
### Getting Started
1516

1617
## Clone this repository
1718

19+
=======
20+
21+
### Getting Started
22+
23+
## Clone this repository
24+
>>>>>>> 87aa565d2be1fd317e0df5aaf154ea54e3db3130
1825
```
1926
git clone https://github.com/Rauliqbal/vue-tailwind-vite.git
2027
```
2128

2229
## Project setup
30+
<<<<<<< HEAD
2331

32+
=======
33+
>>>>>>> 87aa565d2be1fd317e0df5aaf154ea54e3db3130
2434
```
2535
npm install
2636
```
2737

2838
### Compiles and hot-reloads for development
39+
<<<<<<< HEAD
2940

41+
=======
42+
>>>>>>> 87aa565d2be1fd317e0df5aaf154ea54e3db3130
3043
```
3144
npm run dev
3245
```
3346

3447
### Compiles and minifies for production
48+
<<<<<<< HEAD
3549

50+
=======
51+
>>>>>>> 87aa565d2be1fd317e0df5aaf154ea54e3db3130
3652
```
3753
npm run build
3854
```
3955

4056
### Customize configuration
57+
<<<<<<< HEAD
4158

4259
See [Docs Vue 3](https://vuejs.org/guide/introduction.html).
60+
=======
61+
See [Docs](https://vuejs.org/guide/introduction.html).
62+
>>>>>>> 87aa565d2be1fd317e0df5aaf154ea54e3db3130
4363
4464
## Recommended IDE Setup
4565

‎src/views/About.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ export default {
1212

1313
<style>
1414
15-
</style>
15+
</style>

‎src/views/Home.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ export default {
3434

3535
<style>
3636
37-
</style>
37+
</style>

0 commit comments

Comments
 (0)