Skip to content

Commit b90a81d

Browse files
authored
API docs (#61)
1 parent 8d321ea commit b90a81d

File tree

14 files changed

+721
-15
lines changed

14 files changed

+721
-15
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.json linguist-language=JSON-with-Comments

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ jobs:
2424
node-version: ${{ matrix.node }}
2525
- name: Install
2626
run: yarn install
27+
- name: Build
28+
run: yarn build
2729
- name: Test
2830
run: yarn test

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ lib
55
*.log
66
*.swp
77
*~
8+
etc
9+
dist/
10+
temp/

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
coverage
66
__snapshots__
77
test
8+
etc
9+
dist/*.json
10+
temp/

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ You can specify the transform resulting from `transformVTDirective` in the compi
194194
- `rollup-plugin-vue`
195195

196196

197+
## API
198+
199+
About details, See [docs](./docs/@intlify/vue-i18n-extensions-api.md)
200+
201+
197202
## :copyright: License
198203

199204
[MIT](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)