Skip to content

Commit 2347526

Browse files
committed
2 parents 94954c6 + bf6a87f commit 2347526

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# craft-vue-tailwind
22

3-
All the power of a Vue's webpack template & single file components tailored for a Craft CMS project. This fork integrates the Tailwind CSS utility framework & removes unused CSS with Purgecss.
3+
Fork of [craft-vue](https://github.com/chasegiunta/craft-vue) template that integrates the Tailwind CSS utility framework & removes unused CSS with Purgecss.
44

55
## What's Included
66

@@ -28,7 +28,7 @@ You can (and should) fork this repo to create your own boilerplate
2828

2929
``` bash
3030
# create & install project
31-
composer create-project chasegiunta/craft-vue PATH -s RC
31+
composer create-project chasegiunta/craft-vue-tailwind PATH -s RC
3232

3333
# run Craft's setup command
3434

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "chasegiunta/craft-vue",
2+
"name": "chasegiunta/craft-vue-tailwind",
33
"description": "Craft CMS",
44
"version": "1.0",
55
"minimum-stability": "RC",

0 commit comments

Comments
 (0)