https://github.com/etienne-bobo/landing-page-1
landing page with tailwindcss and nuxtjs
https://github.com/etienne-bobo/landing-page-1
nuxt tailwindcss
Last synced: 3 months ago
JSON representation
landing page with tailwindcss and nuxtjs
- Host: GitHub
- URL: https://github.com/etienne-bobo/landing-page-1
- Owner: Etienne-bobo
- Created: 2021-05-19T01:15:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T01:18:32.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T10:30:04.403Z (4 months ago)
- Topics: nuxt, tailwindcss
- Language: Vue
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# landing-page-#2
## 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).