2.8.1 • Published 8 months ago

@nolebase/ui v2.8.1

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

@nolebase/ui

A collection of Vue components Nolebase uses.

!CAUTION

This package is in Alpha stage.

This package is still in the Alpha stage, and it is not recommended to use it in production. The API may change in the future, and there may be bugs in the current version. Please use it with caution.

!IMPORTANT

Before install

Currently @nolebase/ui is still under development, and will be used by other Nolebase Integrations components now. There are a few configurations that needed to be configured if you would ever want to install @nolebase/ui as one of your dependencies:

1. Additional configurations for Vite

1.1 For users who imported <NuLazyTeleportRiveCanvas /> component

Since <NuLazyTeleportRiveCanvas /> depends on @rive-app/canvas. If you also use Vite as your bundler, you will need to add the following configurations to your vite.config.ts file like this:

export default defineConfig(() => {
  return {
    optimizeDeps: {
      include: [
        // Add this line to your vite.config.ts
        '@nolebase/ui-rive-canvas > @rive-app/canvas',
      ],
    },
  }
})

For more information about why configure this, please refer to the Dep Optimization Options | Vite documentation.

1.2 For users who imported VitePress related components

If you are using VitePress, you will need to add the following configurations to your vite.config.ts file like this:

export default defineConfig(() => {
  return {
    ssr: {
      noExternal: [
        // Add this line to your vite.config.ts
        '@nolebase/ui',
      ],
    },
  }
})

For more information about why configure this, please refer to the Server-Side Rendering | Vite documentation.

Install

Npm

npm i @nolebase/ui -D

Yarn

yarn add @nolebase/ui -D

Pnpm

pnpm add @nolebase/ui -D

Documentation

Please refer to UI Components for more information.

2.7.0

8 months ago

2.8.1

8 months ago

2.8.0

8 months ago

2.6.1

9 months ago

2.6.0

9 months ago

2.5.0

10 months ago

2.3.0

11 months ago

2.2.1

12 months ago

2.1.2

1 year ago

2.2.0

1 year ago

2.1.1

1 year ago

2.4.0

11 months ago

2.2.2

12 months ago

2.1.0

1 year ago

2.0.0

1 year ago

2.0.0-rc14

1 year ago

2.0.0-rc13

1 year ago

2.0.0-rc11

1 year ago

2.0.0-rc12

1 year ago

2.0.0-rc10

1 year ago

2.0.0-rc9

1 year ago

2.0.0-rc7

1 year ago

2.0.0-rc6

1 year ago

2.0.0-rc8

1 year ago

2.0.0-rc5

1 year ago

2.0.0-rc4

1 year ago

2.0.0-rc3

1 year ago

2.0.0-rc2

1 year ago

2.0.0-rc1

1 year ago

1.28.0

1 year ago

1.27.2

1 year ago

1.27.1

1 year ago

1.27.0

1 year ago

1.26.0

1 year ago

1.25.3

1 year ago

1.25.0

1 year ago

1.25.1

1 year ago

1.25.2

1 year ago

1.24.3

1 year ago

1.24.2

1 year ago

1.24.1

1 year ago