@nuxt-js/package
v1.0.13
Published
nuxt js package
Maintainers
Readme
Your Package Name
A brief description of your package.
Installation
npm install your-package-nameUsage
import { yourFunction } from 'your-package-name';
// Example usage
yourFunction();Development
- Clone the repository
- Install dependencies:
npm install - Build the package:
npm run build - Run tests:
npm test
Available Scripts
The package includes several shell scripts that can be run using npm:
npm run clean- Cleans build artifacts (dist and coverage directories)npm run setup- Runs initial setup (install dependencies, build, and test)npm run dev- Development workflow (clean, build, and test)npm run build- Builds the packagenpm run test- Runs testsnpm run configure- Configures Nuxt.js project with optional features:-for--firebase- Adds Firebase support-tor--tailwind- Adds Tailwind CSS-shor--shadcn- Adds ShadCN-Vue
Example:
# Configure with Firebase and Tailwind
npm run configure -- -f -t
# Configure with all features
npm run configure -- -f -t -shLicense
MIT
