Skip to content

Improwised/nuxt3-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Management UI with Nuxt 3.13.0

Look at the Nuxt 3 documentation to learn more.

Installation

  • Node.js - v20.13.1 or newer

Setup

# clone repo
git clone [email protected]:Improwised/nuxt3-boilerplate.git

Build Setup

For UI everything is under /app/ folder, so go to /app/ folder.

  • Go to /app/ folder.

MORE DETAILS :

README.md && DETAILS.md

App Included Packages

  • Pinia: For store management
  • Bootstrap: Fot styling use Boostrap css framewok
  • Eslint : for eslint and prettier
  • Simple-git-hooks : for precommit eslint and stylint fix
  • Vitest && Nuxt/test-utils : For Test cases
  • Nuxt/content : For nuxt module

Other Tool if need JSON Server

Documentation

json server run

npx json-server --watch data/db.json --port 5000

Run via Docker

docker-compose up --build

It will run nuxt application and json-server for fake REST API (https://www.npmjs.com/package/json-server)