Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chasegiunta committed Apr 10, 2018
2 parents 94954c6 + bf6a87f commit 2347526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# craft-vue-tailwind

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.
Fork of [craft-vue](https://github.com/chasegiunta/craft-vue) template that integrates the Tailwind CSS utility framework & removes unused CSS with Purgecss.

## What's Included

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

``` bash
# create & install project
composer create-project chasegiunta/craft-vue PATH -s RC
composer create-project chasegiunta/craft-vue-tailwind PATH -s RC

# run Craft's setup command

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "chasegiunta/craft-vue",
"name": "chasegiunta/craft-vue-tailwind",
"description": "Craft CMS",
"version": "1.0",
"minimum-stability": "RC",
Expand Down

0 comments on commit 2347526

Please sign in to comment.