0.3.0 • Published 5 years ago

awewinds v0.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

awewinds

Tailwind CSS Easy Setup

Configure your create-react-app, gatsby or vue-cli project with Tailwind CSS quickly!

NOTE: awewinds is only a quick installer for tailwind in your projects. The truly magic does it:

On your root project run:
$ npx awewinds

or

$ npm install -g awewinds

Instructions

create-react-app

Open your package.json file, modify and add the next lines to "scripts" section:
"build:css":"tailwind build src/css/index.css -o src/css/tailwind.css",
"start": "npm run build:css && react-scripts start",
Import your CSS in the index.js file
import './css/tailwind.css';

Gatsby

Open your package.json file, modify and add the next lines to "scripts" section:
"build:css":"tailwind build src/css/index.css -o src/css/tailwind.css",
"start": "npm run build:css && npm run develop",
Import your CSS in the ./pages/index.js file
import '../css/tailwind.css';
Run your project
npm start

Vue cli

Open your package.json file, modify and add the next lines to "scripts" section:
"build:css":"tailwind build src/css/index.css -o src/css/tailwind.css",
"serve": "npm run build:css && vue-cli-service serve",
Import your CSS in the main.js file
import './css/tailwind.css';

License

MIT

0.3.0

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.2

6 years ago

0.1.3

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago