https://github.com/etienne-bobo/landing-page-2
landing page with tailwindcss, nuxtjs
https://github.com/etienne-bobo/landing-page-2
nuxtjs tailwindcss
Last synced: 3 months ago
JSON representation
landing page with tailwindcss, nuxtjs
- Host: GitHub
- URL: https://github.com/etienne-bobo/landing-page-2
- Owner: Etienne-bobo
- Created: 2021-02-16T03:24:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T01:21:59.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T10:30:03.517Z (4 months ago)
- Topics: nuxtjs, tailwindcss
- Language: Vue
- Homepage:
- Size: 174 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
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).