-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove nuxt playground package
- Loading branch information
Mr.Mao
committed
Dec 15, 2023
1 parent
45cc8d9
commit cff3159
Showing
10 changed files
with
44 additions
and
6,537 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Using in Nuxtjs | ||
|
||
Repository is [here](https://github.com/hairyf/vue3-pixi/tree/main/packages/vue3-pixi-nuxt) | ||
|
||
如果你要在 Nuxtjs 中使用,安装以下模块: | ||
|
||
|
||
## Install | ||
|
||
::: code-group | ||
|
||
```bash [npm] | ||
npm install vue3-pixi vue3-pixi-nuxt | ||
``` | ||
|
||
```bash [yarn] | ||
yarn add vue3-pixi vue3-pixi-nuxt | ||
``` | ||
|
||
```bash [pnpm] | ||
pnpm add vue3-pixi vue3-pixi-nuxt | ||
``` | ||
|
||
::: | ||
|
||
## Features | ||
|
||
- Auto-import components and composable from the vue3-pixi | ||
- `<Application>` client only, you don't need to add `<ClientOnly />` | ||
- Automatically configures `isCustomElement` for vue compiler | ||
|
||
## Usage | ||
|
||
Add `vue3-pixi-nuxt` to the `modules` section of `nuxt.config.ts` | ||
|
||
```ts | ||
export default defineNuxtConfig({ | ||
modules: ['vue3-pixi-nuxt'], | ||
}) | ||
``` | ||
|
||
now, you can use `vue3-pixi` in your Nuxt app |
This file was deleted.
Oops, something went wrong.
92 changes: 0 additions & 92 deletions
92
packages/vue3-pixi-nuxt/playground/components/GraphicsDynamic.vue
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
packages/vue3-pixi-nuxt/playground/components/TransitionBasic.vue
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.