A Nuxt.js starter project template using Tailwind CSS without the distraction of a complicated development environment.
Make sure to have node 10.0+
and npm 6.0+
installed
We have updated to version 1.0.0-beta
.
Check out the new docs TailwindCSS
This is a project template for vue-cli.
$ vue init gisu/nuxt-tailwind my-project
$ cd my-project
# install dependencies
$ npm install # yarn install
Make sure to use a version of vue-cli >= 2.1 (
vue -V
).
# serve with hot reloading at localhost:3000
$ npm run dev # yarn dev
Go to http://localhost:3000
# build for production and launch the server
$ npm run build # yarn build
$ npm start # yarn start
# generate a static project
$ npm run generate # yarn generate