nxse
v0.1.2
Published
Database utilities, API views, admin UI, and more for Nuxt
Downloads
5
Readme
My new Nuxt module integrated with the Nuxt Devtools.
Features
- Database utilities
- REST API Utilities (coming soon)
- Admin panel
Quick Setup
- Add
nxse
dependency to your project
# Using pnpm
pnpm add nxse
# Using yarn
yarn add nxse
# Using npm
npm install nxse
- Add
nxse
to themodules
section ofnuxt.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