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
- Host: GitHub
- URL: https://github.com/mscbuild/nuxtjs-web-app
- Owner: mscbuild
- License: mit
- Created: 2025-08-26T14:14:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T16:24:21.000Z (10 months ago)
- Last Synced: 2025-10-09T22:32:20.607Z (8 months ago)
- Topics: bitcoin, creative, design, development, modern, nuxtjs, product, responsive-design, sercice, vuejs, website-template
- Language: Vue
- Homepage: https://codiux.netlify.app/
- Size: 27.7 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Free landing page template built using Nuxtjs








Free landing page template built using Nuxt 2 and Tailwindcss 3
> [LIVE DEMO](https://codiux.netlify.app)

## 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.