0.1.2 • Published 4 months ago

nxse v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

My new Nuxt module integrated with the Nuxt Devtools.

Features

  • Database utilities
  • REST API Utilities (coming soon)
  • Admin panel

Quick Setup

  1. Add nxse dependency to your project
# Using pnpm
pnpm add nxse

# Using yarn
yarn add nxse

# Using npm
npm install nxse
  1. Add nxse to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'nxse'
  ]
})

That's it! You can now use My Module in your Nuxt app ✨

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with playground, with devtools client ui
npm run dev

# Develop with playground, with bundled client ui
npm run play:prod

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release

Special Thanks

  • Awecode for sponsoring this project
  • Nuxt for creating the best framework for Vue
  • Nuxt UI for creating the best UI Library for Nuxt
  • Drizzle for creating the best type-safe ORM

License

MIT License © 2023 Mukund Shah

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago