Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimaslz/nuxt-tailwindcss-typescript
https://github.com/dimaslz/nuxt-tailwindcss-typescript
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimaslz/nuxt-tailwindcss-typescript
- Owner: dimaslz
- Created: 2020-12-05T08:15:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T00:13:24.000Z (almost 2 years ago)
- Last Synced: 2024-11-04T01:42:30.122Z (about 2 months ago)
- Language: Vue
- Homepage: nuxt-tailwindcss-typescript-git-master.dimaslz.vercel.app
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-tailwindcss-typescript
## 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).