GithubHelp home page GithubHelp logo

kingyue737 / vitify-nuxt Goto Github PK

View Code? Open in Web Editor NEW
66.0 6.0 11.0 1.68 MB

๐Ÿ”ฝ๐Ÿ” Vuetify 3 + Nuxt 3 Starter Template

Home Page: https://vitify-nuxt.netlify.app/

License: MIT License

Vue 68.29% HTML 2.01% TypeScript 25.72% CSS 3.07% JavaScript 0.91%
admin-template nuxt3 starter-template vuetify3 vite vue-template vuetify

vitify-nuxt's Introduction

Vitify - Opinionated Vuetify Admin Starter Template

Vitify Nuxt

vue vuetify license

Vuetify 3 + Nuxt 3, Opinionated Admin Starter Template

Live Demo

Features

  • ๐Ÿ’š Nuxt 3 - SPA, ESR, File-based routing, components auto importing, modules, etc

  • ๐Ÿ’ฅ SSR out of the box - powered by Vuetify Nuxt module

  • โšก๏ธ Vite, pnpm, ESBuild - born with fastness

  • ๐Ÿ State Management via Pinia

  • ๐Ÿ“ฅ APIs auto importing - for Composition API, VueUse and custom composables

  • โ˜๏ธ Deploy on Netlify, zero-config

  • ๐Ÿฆพ TypeScript 100%

  • ๐Ÿงช Unit, Component and E2E Testing with @nuxt/test-utils


Admin Starter Template

  • ๐ŸชŸ Default layout with drawer, header and footer

  • ๐Ÿงญ Auto-generated navigation drawer and breadcrumbs based on routes

  • ๐Ÿ”” Notification store

  • ๐Ÿ“‰ Data visualization with vue-echarts

  • ๐ŸŽจ Theme color customization and dark mode

  • ๐Ÿ“ฑ Responsive layout

  • ๐Ÿ›ก๏ธ Authentication backed-in using nuxt-auth-utils

Variants

Pre-packed

Nuxt Modules

  • Vuetify Nuxt Module - Zero-config Nuxt Module for Vuetify
  • VueUse - collection of useful composition APIs
  • Pinia - intuitive, type-safe, light and flexible Store for Vue
  • DevTools - unleash Nuxt Developer Experience
  • Nuxt Auth Utils - Minimalist Authentication module for Nuxt

Plugins

Coding Style

Dev tools

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit kingyue737/vitify-nuxt my-vitify-app
cd my-vitify-app
pnpm i

Authentication Setup

You can switch to any OAuth Providers supported by Nuxt Auth Utils or write your own.

Create a GitHub OAuth Application with:

  • Homepage url: http://localhost:3000
  • Callback url: http://localhost:3000/api/auth/github

Add the variables in the .env file:

NUXT_OAUTH_GITHUB_CLIENT_ID="my-github-oauth-app-id"
NUXT_OAUTH_GITHUB_CLIENT_SECRET="my-github-oauth-app-secret"

To create sealed sessions, you also need to add NUXT_SESSION_SECRET in the .env with at least 32 characters:

NUXT_SESSION_SECRET=your-super-long-secret-for-session-encryption

Nuxt Auth Utils generates one for you when running Nuxt in development the first time if no NUXT_SESSION_PASSWORD is set.

Development

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

pnpm run dev

License

MIT License

vitify-nuxt's People

Contributors

kingyue737 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

vitify-nuxt's Issues

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.