An open API service indexing awesome lists of open source software.

https://github.com/mscbuild/nuxtjs-web-app

🏛 Template build with Vue.js & Nuxt.js
https://github.com/mscbuild/nuxtjs-web-app

bitcoin creative design development modern nuxtjs product responsive-design sercice vuejs website-template

Last synced: about 1 month ago
JSON representation

🏛 Template build with Vue.js & Nuxt.js

Awesome Lists containing this project

README

          

# Free landing page template built using Nuxtjs

![](https://komarev.com/ghpvc/?username=mscbuild)
![](https://img.shields.io/github/license/mscbuild/nuxtjs-web-app)
![](https://img.shields.io/badge/PRs-Welcome-green)
![](https://img.shields.io/github/languages/code-size/mscbuild/nuxtjs-web-app)
![](https://img.shields.io/badge/code%20style-vue-green)
![](https://img.shields.io/github/stars/mscbuild)
![](https://img.shields.io/badge/Topic-Github-lighred)
![](https://img.shields.io/website?url=https%3A%2F%2Fgithub.com%2Fmscbuild)

Free landing page template built using Nuxt 2 and Tailwindcss 3

> [LIVE DEMO](https://codiux.netlify.app)

![Thumbnail](assets/img/thumbnail.jpg)

## Project Structure

~~~bash
├── 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 :*

```bash
$ 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.*

~~~bash
$ npm run dev
~~~

## Generate static project

~~~bash
$ npm run generate
~~~

## Build for production and launch server

~~~bash
$ npm run build
$ npm run start
~~~
For detailed explanation on how things work, check out [Nuxt.js](https://nuxtjs.org/) docs.