https://github.com/mostafatech/nuxttailwindboilerplate
Nuxt.js (vue) + Tailwind CSS Boilerplait
https://github.com/mostafatech/nuxttailwindboilerplate
Last synced: 4 months ago
JSON representation
Nuxt.js (vue) + Tailwind CSS Boilerplait
- Host: GitHub
- URL: https://github.com/mostafatech/nuxttailwindboilerplate
- Owner: MostafaTech
- Created: 2021-02-16T09:33:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T09:06:49.000Z (over 5 years ago)
- Last Synced: 2025-06-10T22:05:45.389Z (about 1 year ago)
- Language: Vue
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NuxtTailwindBoilerplate
Nuxt.js (vue) + TailwindCSS + SCSS Boilerplate
## Setup
```bash
# install dependencies
npm install # or yarn
# serve in dev mode, with hot reload at localhost:3000
npm run dev
# build for production
npm run build
# serve in production mode
npm start
```