@pezakolektiv/boiler
v0.6.3
Published
This is a boilerplate repo for making web projects with Nuxt 3 (Vue 3 + TS), Tailwindcss, Naive UI, Supabase
Downloads
18
Readme
Boiler by Peza Kolektiv
My new Nuxt module for doing amazing things.
Features
- ⛰ Foo
- 🚠 Bar
- 🌲 Baz
Quick Setup
- Add
@pezakolektiv/boiler
dependency to your project
npm install --save-dev @pezakolektiv/boiler
npm i -D @pezakolektiv/boiler
- Add
@pezakolektiv/boiler
to themodules
section ofnuxt.config.ts
export default defineNuxtConfig({
modules: ["@pezakolektiv/boiler"],
});
Development
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run release