Free landing page template built using Nuxt 2 and Tailwindcss 3
βββ assets
β βββ css
β βββ img
βββ components
β βββ base
βββ layouts
βββ mixins
βββ pages
βββ plugins
βββ static
βββ README.md
βββ nuxt.config.js
βββ package.json
βββ tailwind.config.jsNPM : You must have to npm install packages. You can do this by running npm install from the root of your project to install all the necessary dependencies :
$ npm installRun npm run dev for a dev server. Navigate to [http://localhost:3000] . The app will automatically reload if you change any of the source files.
$ npm run dev$ npm run generate$ npm run build
$ npm run startFor detailed explanation on how things work, check out Nuxt.js docs.