diff --git a/README.md b/README.md index 2c7952d1..527e43f8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 1. リポジトリをクローンします ```bash -git clone git@github.com:vuejs/docs-next.git +git clone git@github.com:vuejs/docs.git ``` 2. 依存ファイルをインストールします diff --git a/src/.vuepress/components/community/themes/theme-data.js b/src/.vuepress/components/community/themes/theme-data.js index 8cdb8bec..3d9197ad 100644 --- a/src/.vuepress/components/community/themes/theme-data.js +++ b/src/.vuepress/components/community/themes/theme-data.js @@ -127,51 +127,79 @@ export default [ }, { name: 'PrimeVue', - description: `オープンソースの UI コンポーネントライブラリ [PrimeVue](https://www.primefaces.org/primevue/#/?af_id=4218) は、アプリケーションを開発するための 50 を超えるフレキシブルなコンポーネントを提供しています。その中には様々なコンポーネントテーマと、 Vue CLI のアプリケーションテンプレートが用意されており、あなたがベストだと考えるルック&フィールのものを利用できます。`, + description: `オープンソースの UI コンポーネントライブラリ [PrimeVue](https://www.primefaces.org/primevue/#/?af_id=4218) は、アプリケーションを開発するための 80 を超えるフレキシブルなコンポーネントを提供しています。その中には様々なコンポーネントテーマと、 Vue CLI のアプリケーションテンプレートが用意されており、あなたがベストだと考えるルック&フィールのものを利用できます。`, seeMoreUrl: 'https://www.primefaces.org/primevue/#/?af_id=4218', products: [ { - name: 'Sapphire', + name: 'Freya', + price: 59, + description: 'Premium Admin Template', + url: 'https://www.primefaces.org/layouts/freya-vue?af_id=4218', + image: 'https://www.primefaces.org/vue-templates/freya.jpg' + }, + { + name: 'Diamond', + price: 59, + description: 'PrimeOne Design Admin Template', + url: 'https://www.primefaces.org/layouts/diamond-vue?af_id=4218', + image: 'https://www.primefaces.org/vue-templates/diamond.jpg' + }, + { + name: 'Ultima', price: 79, description: 'Material Design Admin Template', + url: 'https://www.primefaces.org/layouts/ultima-vue?af_id=4218', + image: 'https://www.primefaces.org/vue-templates/ultima.jpg' + }, + { + name: 'Sapphire', + price: 49, + description: 'Material Design Admin Template', url: 'https://www.primefaces.org/layouts/sapphire-vue?af_id=4218', image: 'https://www.primefaces.org/vue-templates/sapphire.jpg' }, { name: 'Avalon', - price: 79, + price: 49, description: 'Bootstrap Inspired Admin Template', url: 'https://www.primefaces.org/layouts/avalon-vue?af_id=4218', image: 'https://www.primefaces.org/vue-templates/avalon.jpg' }, { name: 'Serenity', - price: 79, + price: 49, description: 'Material Design Admin Template', url: 'https://www.primefaces.org/layouts/serenity-vue?af_id=4218', image: 'https://www.primefaces.org/vue-templates/serenity.jpg' }, { name: 'Apollo', - price: 79, + price: 49, description: 'Admin Template with a Dark Mode', url: 'https://www.primefaces.org/layouts/apollo-vue?af_id=4218', image: 'https://www.primefaces.org/vue-templates/apollo.jpg' }, { name: 'Babylon', - price: 79, + price: 49, description: 'Admin Template with Extensive Options', url: 'https://www.primefaces.org/layouts/babylon-vue?af_id=4218', image: 'https://www.primefaces.org/vue-templates/babylon.jpg' }, { name: 'Roma', - price: 59, + price: 39, description: 'Admin Template with a Clean Design System', url: 'https://www.primefaces.org/layouts/roma-vue?af_id=4218', image: 'https://www.primefaces.org/vue-templates/roma.jpg' }, + { + name: 'Prestige', + price: 39, + description: 'Highly Customizable Admin Template', + url: 'https://www.primefaces.org/layouts/prestige-vue?af_id=4218', + image: 'https://www.primefaces.org/vue-templates/prestige.jpg' + }, { name: 'Sigma', price: 0, diff --git a/src/.vuepress/components/guide/contributing/translations-data.js b/src/.vuepress/components/guide/contributing/translations-data.js index 405530b0..82b5ba20 100644 --- a/src/.vuepress/components/guide/contributing/translations-data.js +++ b/src/.vuepress/components/guide/contributing/translations-data.js @@ -11,7 +11,7 @@ export const labels = { // Repos are in alphabetical order by the language code // You may need to clear your sessionStorage when adding a new item to this list export const repos = [ - { lang: 'en-us', owner: 'vuejs', repo: 'docs-next', branch: 'master', url: 'https://v3.vuejs.org/' }, + { lang: 'en-us', owner: 'vuejs', repo: 'docs', branch: 'master', url: 'https://v3.vuejs.org/' }, { lang: 'fr', owner: 'demahom18', repo: 'docs-next', branch: 'master', url: 'https://vue3-fr.netlify.app' }, { lang: 'id', owner: 'vuejs-id', repo: 'docs-next', branch: 'indonesian' }, { lang: 'ja', owner: 'vuejs-jp', repo: 'ja.vuejs.org', branch: 'lang-ja', url: 'https://v3.ja.vuejs.org/' }, diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index a6c89670..8103482b 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -384,7 +384,7 @@ module.exports = { }, { text: 'Devtools', - link: 'https://github.com/vuejs/vue-devtools' + link: 'https://devtools.vuejs.org' }, { text: 'ウィークリーニュース', @@ -433,6 +433,10 @@ module.exports = { text: '한국어', link: 'https://v3.ko.vuejs.org/' }, + // { + // text: '日本語', + // link: 'https://v3.ja.vuejs.org/' + // }, { text: 'Русский', link: 'https://v3.ru.vuejs.org/' @@ -471,7 +475,8 @@ module.exports = { carbon: 'CEBDT27Y', custom: 'CKYD62QM', placement: 'vuejsorg' - } + }, + topBanner: false }, plugins: [ [ diff --git a/src/.vuepress/public/images/breakpoint_hit.png b/src/.vuepress/public/images/breakpoint_hit.png index 35020edc..c5e8855c 100644 Binary files a/src/.vuepress/public/images/breakpoint_hit.png and b/src/.vuepress/public/images/breakpoint_hit.png differ diff --git a/src/.vuepress/public/images/breakpoint_set.png b/src/.vuepress/public/images/breakpoint_set.png index af5a7064..7ed528ef 100644 Binary files a/src/.vuepress/public/images/breakpoint_set.png and b/src/.vuepress/public/images/breakpoint_set.png differ diff --git a/src/.vuepress/public/images/config_add.png b/src/.vuepress/public/images/config_add.png index a99ae3e2..b357db3d 100644 Binary files a/src/.vuepress/public/images/config_add.png and b/src/.vuepress/public/images/config_add.png differ diff --git a/src/.vuepress/public/images/sfc-with-preprocessors.png b/src/.vuepress/public/images/sfc-with-preprocessors.png index 0be7d76f..45411463 100644 Binary files a/src/.vuepress/public/images/sfc-with-preprocessors.png and b/src/.vuepress/public/images/sfc-with-preprocessors.png differ diff --git a/src/.vuepress/public/images/sfc.png b/src/.vuepress/public/images/sfc.png index e89873be..a4bf5a79 100644 Binary files a/src/.vuepress/public/images/sfc.png and b/src/.vuepress/public/images/sfc.png differ diff --git a/src/.vuepress/public/images/sponsors/.gitkeep b/src/.vuepress/public/images/sponsors/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/src/.vuepress/public/images/sponsors/Monterail.png b/src/.vuepress/public/images/sponsors/Monterail.png deleted file mode 100644 index bd4684db..00000000 Binary files a/src/.vuepress/public/images/sponsors/Monterail.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/bit.png b/src/.vuepress/public/images/sponsors/bit.png deleted file mode 100644 index 574b9de4..00000000 Binary files a/src/.vuepress/public/images/sponsors/bit.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/chaitin.png b/src/.vuepress/public/images/sponsors/chaitin.png deleted file mode 100644 index e2b41a92..00000000 Binary files a/src/.vuepress/public/images/sponsors/chaitin.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/cloudstudio.png b/src/.vuepress/public/images/sponsors/cloudstudio.png deleted file mode 100644 index 67b07a4c..00000000 Binary files a/src/.vuepress/public/images/sponsors/cloudstudio.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/devsquad.png b/src/.vuepress/public/images/sponsors/devsquad.png deleted file mode 100644 index ecd0a9ba..00000000 Binary files a/src/.vuepress/public/images/sponsors/devsquad.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/fastcoding_inc.png b/src/.vuepress/public/images/sponsors/fastcoding_inc.png deleted file mode 100644 index 6dabf5fa..00000000 Binary files a/src/.vuepress/public/images/sponsors/fastcoding_inc.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/frontend_love.png b/src/.vuepress/public/images/sponsors/frontend_love.png deleted file mode 100644 index a2f69923..00000000 Binary files a/src/.vuepress/public/images/sponsors/frontend_love.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/gridsome.png b/src/.vuepress/public/images/sponsors/gridsome.png deleted file mode 100644 index 574088a1..00000000 Binary files a/src/.vuepress/public/images/sponsors/gridsome.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/happy_programmer_llc.png b/src/.vuepress/public/images/sponsors/happy_programmer_llc.png deleted file mode 100644 index 4b4bb471..00000000 Binary files a/src/.vuepress/public/images/sponsors/happy_programmer_llc.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/icons.png b/src/.vuepress/public/images/sponsors/icons.png deleted file mode 100644 index ec9aa451..00000000 Binary files a/src/.vuepress/public/images/sponsors/icons.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/icons_8.png b/src/.vuepress/public/images/sponsors/icons_8.png deleted file mode 100644 index 833705b3..00000000 Binary files a/src/.vuepress/public/images/sponsors/icons_8.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/ionic.png b/src/.vuepress/public/images/sponsors/ionic.png new file mode 100644 index 00000000..40b5d326 Binary files /dev/null and b/src/.vuepress/public/images/sponsors/ionic.png differ diff --git a/src/.vuepress/public/images/sponsors/modus.png b/src/.vuepress/public/images/sponsors/modus.png deleted file mode 100644 index 7609510c..00000000 Binary files a/src/.vuepress/public/images/sponsors/modus.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/primevue copy.png b/src/.vuepress/public/images/sponsors/primevue copy.png deleted file mode 100644 index 42d3ef80..00000000 Binary files a/src/.vuepress/public/images/sponsors/primevue copy.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/primevue.png b/src/.vuepress/public/images/sponsors/primevue.png deleted file mode 100644 index 42d3ef80..00000000 Binary files a/src/.vuepress/public/images/sponsors/primevue.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/programmers_io.png b/src/.vuepress/public/images/sponsors/programmers_io.png deleted file mode 100644 index 5ebd32f0..00000000 Binary files a/src/.vuepress/public/images/sponsors/programmers_io.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/pullrequest.svg b/src/.vuepress/public/images/sponsors/pullrequest.svg deleted file mode 100644 index 483ff1a1..00000000 --- a/src/.vuepress/public/images/sponsors/pullrequest.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/.vuepress/public/images/sponsors/storekit.png b/src/.vuepress/public/images/sponsors/storekit.png deleted file mode 100644 index f9ffe254..00000000 Binary files a/src/.vuepress/public/images/sponsors/storekit.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/tighten_co.png b/src/.vuepress/public/images/sponsors/tighten_co.png deleted file mode 100644 index 8d6217a6..00000000 Binary files a/src/.vuepress/public/images/sponsors/tighten_co.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/tooltwist.png b/src/.vuepress/public/images/sponsors/tooltwist.png deleted file mode 100644 index 0767889f..00000000 Binary files a/src/.vuepress/public/images/sponsors/tooltwist.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/unicorn.png b/src/.vuepress/public/images/sponsors/unicorn.png deleted file mode 100644 index 52a85897..00000000 Binary files a/src/.vuepress/public/images/sponsors/unicorn.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/valuecoders.png b/src/.vuepress/public/images/sponsors/valuecoders.png deleted file mode 100644 index daed5324..00000000 Binary files a/src/.vuepress/public/images/sponsors/valuecoders.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/vuetify.png b/src/.vuepress/public/images/sponsors/vuetify.png deleted file mode 100644 index 3f1b6570..00000000 Binary files a/src/.vuepress/public/images/sponsors/vuetify.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/watchcartoononline.png b/src/.vuepress/public/images/sponsors/watchcartoononline.png deleted file mode 100644 index e63aba9d..00000000 Binary files a/src/.vuepress/public/images/sponsors/watchcartoononline.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/webdock.png b/src/.vuepress/public/images/sponsors/webdock.png deleted file mode 100644 index 298897d9..00000000 Binary files a/src/.vuepress/public/images/sponsors/webdock.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/webucator.png b/src/.vuepress/public/images/sponsors/webucator.png deleted file mode 100644 index 5adaafe8..00000000 Binary files a/src/.vuepress/public/images/sponsors/webucator.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/wilderminds.png b/src/.vuepress/public/images/sponsors/wilderminds.png deleted file mode 100644 index 65a8d023..00000000 Binary files a/src/.vuepress/public/images/sponsors/wilderminds.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/writers_per_hour.jpg b/src/.vuepress/public/images/sponsors/writers_per_hour.jpg deleted file mode 100644 index cada0a10..00000000 Binary files a/src/.vuepress/public/images/sponsors/writers_per_hour.jpg and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/x_team.png b/src/.vuepress/public/images/sponsors/x_team.png deleted file mode 100644 index 7ac2d59a..00000000 Binary files a/src/.vuepress/public/images/sponsors/x_team.png and /dev/null differ diff --git a/src/.vuepress/public/images/sponsors/yakaz.png b/src/.vuepress/public/images/sponsors/yakaz.png deleted file mode 100644 index 6d6c0dec..00000000 Binary files a/src/.vuepress/public/images/sponsors/yakaz.png and /dev/null differ diff --git a/src/.vuepress/theme/data/patreon-sponsors.js b/src/.vuepress/theme/data/patreon-sponsors.js index 2d23d08c..324fbc7b 100644 --- a/src/.vuepress/theme/data/patreon-sponsors.js +++ b/src/.vuepress/theme/data/patreon-sponsors.js @@ -38,6 +38,11 @@ export default { "url": "https://www.storyblok.com", "img": "storyblok.svg", "name": "Storyblok" + }, + { + "url": "https://ionicframework.com/vue?utm_source=partner&utm_medium=referral&utm_campaign=vuesponsorship&utm_content=vuedocs", + "img": "ionic.png", + "name": "Ionic" } ], "gold_sponsors": [ diff --git a/src/cookbook/debugging-in-vscode.md b/src/cookbook/debugging-in-vscode.md index 2a7402e9..370acf1b 100644 --- a/src/cookbook/debugging-in-vscode.md +++ b/src/cookbook/debugging-in-vscode.md @@ -41,7 +41,7 @@ module.exports = { アクティビティバーのデバッグアイコンをクリックして、デバッグ表示に切り替え、歯車アイコンをクリックして launch.json ファイルを設定したら、環境として **Chrome/Firefox: Launch** を選択します。生成された launch.json の内容を対応する設定に置き換えます: -![Add Chrome Configuration](/images/config_add.png) +
Add Chrome Configuration
```json { @@ -74,7 +74,8 @@ module.exports = { 1. **src/components/HelloWorld.vue** の `line 90` にある `data` 関数が文字列を返す部分にブレークポイントを設定します。. -![Breakpoint Renderer](/images/breakpoint_set.png) +
Breakpoint Renderer
+ 2. ルートフォルダでお気に入りのターミナルを開き、Vue CLI を使ってアプリケーションを配信します: @@ -86,7 +87,7 @@ npm run serve 4. ブレークポイントに到達すると、新しいブラウザのインスタンスが `http://localhost:8080` を開きます。 -![Breakpoint Hit](/images/breakpoint_hit.png) +
Breakpoint Hit
## 代替パターン diff --git a/src/guide/composition-api-template-refs.md b/src/guide/composition-api-template-refs.md index 9537aa14..77d91c3f 100644 --- a/src/guide/composition-api-template-refs.md +++ b/src/guide/composition-api-template-refs.md @@ -133,7 +133,7 @@ Composition API のテンプレート参照を `v-for` 内部で使う場合、 const root = ref(null) watchEffect(() => { - console.log(root.value) // =>
+ console.log(root.value) // =>
This is a root element
}, { flush: 'post' diff --git a/src/guide/contributing/translations.md b/src/guide/contributing/translations.md index 0f574bfb..008dc374 100644 --- a/src/guide/contributing/translations.md +++ b/src/guide/contributing/translations.md @@ -16,7 +16,7 @@ Thank you to everyone who has contributed to these translations. Your hard work ## How can I get involved with translations? -The first step is to check whether there is an existing translation for the relevant language. In addition to the table above, a good place to start is [this pinned issue](https://github.com/vuejs/docs-next/issues/478), which is used to keep track of the various translation initiatives happening in the community. +The first step is to check whether there is an existing translation for the relevant language. In addition to the table above, a good place to start is [this pinned issue](https://github.com/vuejs/docs/issues/478), which is used to keep track of the various translation initiatives happening in the community. If there's already an active translation then there are various ways you can help out. The GitHub repository should be a good place to start gathering information about how a particular translation is managed and who does what. All translation repositories should allow you to file issues and open Pull Requests if you have suggestions for improving the translation. @@ -32,7 +32,7 @@ The documentation is constantly being updated. Many changes are small and don't When you first start a translation, you may want to use a personal GitHub repository. That's fine, so long as it's publicly accessible and open to contributions from others. Make sure the *Issues* tab is enabled in the repository's settings. You can migrate the repository to a shared organization at a later stage. -Once you start a translation, be sure to add it to [the pinned issue](https://github.com/vuejs/docs-next/issues/478) so that the rest of the community can find it. +Once you start a translation, be sure to add it to [the pinned issue](https://github.com/vuejs/docs/issues/478) so that the rest of the community can find it. We also encourage you to update the root-level `README.md` at an early stage. Most translations add extra information to help potential contributors get involved. diff --git a/src/guide/single-file-component.md b/src/guide/single-file-component.md index 4789bee2..3d576b6a 100644 --- a/src/guide/single-file-component.md +++ b/src/guide/single-file-component.md @@ -15,7 +15,7 @@ こちらが `Hello.vue` と呼ばれたファイルの例です: -Single-file component example (click for code as text) +
Single-file component example (click for code as text)
さて次にこちらに入ります: @@ -25,7 +25,7 @@ 約束した通り、Pug、Babel (ES2015 モジュールと一緒に) や Stylus など綺麗で機能が豊富なコンポーネントもプリプロセッサとして利用することができます。 -Single-file component with pre-processors example (click for code as text) +
Single-file component with pre-processors example (click for code as text)
これらの特定の言語は単なる一例です。TypeScript、SCSS、PostCSS などの生産的なプリプロセッサも簡単に使うことができます。もし `vue-loader` で Webpack を使用しているならば、CSS Modules 向けに素晴らしいサポートがあります。