Skip to content

Commit

Permalink
Merge pull request #241 from luchta-io/release/v1.2.0-alpha.9
Browse files Browse the repository at this point in the history
Release/v1.2.0 alpha.9
  • Loading branch information
kbtaniguchi committed Oct 13, 2023
2 parents 4d7da79 + 71f227d commit 9bace91
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@actier-luchta/cuv",
"name": "@luchta-io/cuv",
"description": "Vue3向けのコンポーネントライブラリ",
"keywords": [
"vue",
"component library"
],
"license": "Apache-2.0",
"homepage": "https://actier-luchta.github.io/cuv/",
"repository": "https://github.com/actier-luchta/cuv",
"version": "1.2.0-alpha.8",
"homepage": "https://luchta-io.github.io/cuv/",
"repository": "https://github.com/luchta-io/cuv",
"version": "1.2.0-alpha.9",
"files": [
"dist",
"src/index.ts",
Expand Down
14 changes: 7 additions & 7 deletions src/Introduction.story.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ title: 'はじめに'
* Node.js のバージョン 16.0 以上がインストールされていること
* このライブラリ導入先のプロジェクトには、Vue.jsのバージョン 3.2 以上がインストールされていること

### 1. @actier-luchta/cuvのインストール
プロジェクトを作成後、直下にpackage.jsonが存在するディレクトリで、`@actier-luchta/cuv`のインストールを実行します
### 1. @luchta-io/cuvのインストール
プロジェクトを作成後、直下にpackage.jsonが存在するディレクトリで、`@luchta-io/cuv`のインストールを実行します
```sh
npm install @actier-luchta/cuv
npm install @luchta-io/cuv
```

### 2. @mdi/jsのインストール
Expand All @@ -35,18 +35,18 @@ npm install @mdi/js

`main.ts`にこのライブラリのスタイルシートをimportします
```ts
import '@actier-luchta/cuv/style'
import '@luchta-io/cuv/style'
```

#### Nuxtで使用する場合
`plugins`ディレクトリの下に、`cuv.ts`ファイルを作成し、ライブラリのスタイルシートをimportします
```ts
import '@actier-luchta/cuv/style'
import '@luchta-io/cuv/style'

export default defineNuxtPlugin((nuxtApp) => {
})
```

### リンク
* [リリースノート](https://github.com/actier-luchta/cuv/releases/)
* [リポジトリ](https://github.com/actier-luchta/cuv/)
* [リリースノート](https://github.com/luchta-io/cuv/releases/)
* [リポジトリ](https://github.com/luchta-io/cuv/)

0 comments on commit 9bace91

Please sign in to comment.