https://github.com/nacal/nuxt-tailwind-templete
My "Nuxt.js + Tailwind CSS" templete
https://github.com/nacal/nuxt-tailwind-templete
nuxtjs tailwindcss template
Last synced: about 1 month ago
JSON representation
My "Nuxt.js + Tailwind CSS" templete
- Host: GitHub
- URL: https://github.com/nacal/nuxt-tailwind-templete
- Owner: nacal
- License: mit
- Created: 2021-03-01T18:47:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T15:52:37.000Z (over 3 years ago)
- Last Synced: 2025-05-11T07:17:56.154Z (about 1 month ago)
- Topics: nuxtjs, tailwindcss, template
- Language: JavaScript
- Homepage:
- Size: 261 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Nuxt.js + Tailwind CSS
## Overview
Nuxt.jsとTailwindを使ってサクッとプロジェクトを作成したいときに利用するテンプレート## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).