Skip to content

mscbuild/nuxtjs-web-app

Repository files navigation

Free landing page template built using Nuxtjs

Free landing page template built using Nuxt 2 and Tailwindcss 3

LIVE DEMO

Thumbnail

Project Structure

β”œβ”€β”€ assets  
β”‚ β”œβ”€β”€ css  
β”‚ └── img  
β”œβ”€β”€ components  
β”‚ └── base  
β”œβ”€β”€ layouts  
β”œβ”€β”€ mixins  
β”œβ”€β”€ pages  
β”œβ”€β”€ plugins  
β”œβ”€β”€ static  
β”œβ”€β”€ README.md  
β”œβ”€β”€ nuxt.config.js  
β”œβ”€β”€ package.json  
└── tailwind.config.js

Install Npm Packages

NPM : 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 install

Development server

Run 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

Generate static project

$ npm run generate

Build for production and launch server

$ npm run build
$ npm run start

For detailed explanation on how things work, check out Nuxt.js docs.

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 6