1.0.253 • Published 1 year ago
contactstudiocstools v1.0.253
CS Tools
Nuxt Tools Module for ContactStudio for doing amazing things.
Features
- ⛰ Foo
- 🚠 Bar
- 🌲 Baz
Quick Setup
- Add
@contactstudio/cstoolsdependency to your project
# Using pnpm
pnpm add -D @contactstudio/cstools
# Using yarn
yarn add --dev @contactstudio/cstools
# Using npm
npm install --save-dev @contactstudio/cstools- Add
@contactstudio/cstoolsto themodulessection ofnuxt.config.ts
export default defineNuxtConfig({
modules: ["@contactstudio/cstools"],
});That's it! You can now use CS Tools in your Nuxt app ✨
Development
# Watch generate CSS
npx tailwindcss -o ./src/runtime/index.css --minify --watch
# 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 release1.0.253
1 year ago
1.0.252
1 year ago
1.0.249
1 year ago
1.0.251
1 year ago
1.0.250
1 year ago
1.0.248
1 year ago
1.0.247
1 year ago
1.0.244
1 year ago
1.0.246
1 year ago
1.0.245
1 year ago
1.0.243
1 year ago
1.0.242
1 year ago
1.0.231
1 year ago
1.0.241
1 year ago
1.0.230
1 year ago
1.0.233
1 year ago
1.0.232
1 year ago
1.0.240
1 year ago
1.0.239
1 year ago
1.0.228
1 year ago
1.0.238
1 year ago
1.0.227
1 year ago
1.0.229
1 year ago
1.0.235
1 year ago
1.0.234
1 year ago
1.0.237
1 year ago
1.0.226
1 year ago
1.0.236
1 year ago
1.0.225
1 year ago
1.0.224
2 years ago