1.5.10 • Published 10 months ago

@cewald/nuxt-boilerplate-module v1.5.10

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@cewald/nuxt-boilerplate-module Nuxt module

npm version npm downloads License Nuxt

... wip

Features

  •  Foo
  • 🚠  Bar
  • 🌲  Baz

Quick Setup

Install the module to your Nuxt application with:

npx nuxi module add @cewald/nuxt-boilerplate-module

Contribution

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

Mount folder into a devcontainer and install package during development

To test this module during development in another project, you can mount the project folder into the target devcontainer.

  1. Add the module-folder as bind-mount in your target .devcontainer/devcontainer.json like:
    {
      "mounts": [
        "source=/Users/your-name/nuxt-boilerblate-module,target=/workspaces/nuxt-boilerblate-module,type=bind"
      ]
    }
  2. Pack the module using npm run build or npm run dev during development.
  3. Now you can install the package in your target like:
    npm i -D /workspaces/nuxt-boilerblate-module

License

This project is licensed under the GNU General Public License v3.0.

1.5.10

10 months ago

1.5.9

10 months ago

1.5.8

10 months ago

1.5.7

10 months ago

1.5.6

10 months ago

1.5.5

10 months ago

1.5.4

10 months ago

1.5.3

10 months ago

1.5.2

10 months ago

1.5.1

10 months ago

1.5.0

10 months ago

1.4.0

10 months ago

1.3.0

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago