Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florian-lefebvre/nuxt-typescript-tailwindcss-template
A template for Nuxt using Typescript and Tailwind CSS
https://github.com/florian-lefebvre/nuxt-typescript-tailwindcss-template
Last synced: about 1 month ago
JSON representation
A template for Nuxt using Typescript and Tailwind CSS
- Host: GitHub
- URL: https://github.com/florian-lefebvre/nuxt-typescript-tailwindcss-template
- Owner: florian-lefebvre
- License: mit
- Created: 2021-04-16T12:45:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T12:49:01.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T08:57:02.319Z (3 months ago)
- Language: TypeScript
- Size: 172 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# nuxt-typescript-tailwindcss-template
## 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).