CS Tools
Nuxt Tools Module for ContactStudio for doing amazing things.
Features
Quick Setup
- Add
@contactstudio/cstools
dependency to your project
pnpm add -D @contactstudio/cstools
yarn add --dev @contactstudio/cstools
npm install --save-dev @contactstudio/cstools
- Add
@contactstudio/cstools
to the modules
section of nuxt.config.ts
export default defineNuxtConfig({
modules: ["@contactstudio/cstools"],
});
That's it! You can now use CS Tools in your Nuxt app ✨
Development
npx tailwindcss -o ./src/runtime/index.css --minify --watch
npm install
npm run dev:prepare
npm run dev
npm run dev:build
npm run lint
npm run test
npm run test:watch
npm run release