Git Product home page Git Product logo

nuxt-with-vuetify-example-template's Introduction

Nuxt With Vuetify Example Template

Commitizen friendly

This example template was scaffolded using nuxt-with-typescript-example-template and this template adds vuetify3.

Before getting started

Make sure you have installed Node.js 18 or higher on your machine. You can use nvm to manage multiple node version on your machine.

Getting started

You can setup this project using npm or yarn or pnpm package managers.

Clone repo

# https
git clone https://github.com/binodnepali/nuxt-with-vuetify-example-template.git
# or
# ssh
git clone [email protected]:binodnepali/nuxt-with-vuetify-example-template.git

Navigate to cloned repo

cd nuxt-with-vuetify-example-template

Setup

Make sure to install the dependencies:

# pnpm
pnpm i
# or
# yarn
yarn i
# or
# npm
npm install

Development Server

Start the development server on http://localhost:3000

# pnpm
pnpm dev
# or
# yarn
yarn dev
# or
# npm
npm run dev

Build

Build the application for production

# pnpm
pnpm build
# or
# yarn
yarn build
# or
# npm
npm run build

Preview

Locally preview production build

# pnpm
pnpm i
# or
# yarn
yarn preview
# or
# npm
npm run preview

Lint

# pnpm
pnpm lint
# or
# yarn
yarn lint
# or
# npm
npm run lint

Lint fix

# pnpm
pnpm lint:fix
# or
# yarn
yarn lint:fix
# or
# npm
npm run lint:fix

Lint style

# pnpm
pnpm lint:style
# or
# yarn
yarn lint:style
# or
# npm
npm run lint:style

Lint style fix

# pnpm
pnpm lint:style:fix
# or
# yarn
yarn lint:style:fix
# or
# npm
npm run lint:style:fix

Commit

Open interactive terminal to write conventional commit message

# pnpm
pnpm commit
# or
# yarn
yarn commit
# or
# npm
npm run commit

Release

Create a release tag and generates change log based on commit history

# pnpm
pnpm release
# or
# yarn
yarn release
# or
# npm
npm run release

References

nuxt-with-vuetify-example-template's People

Contributors

binodnepali avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.