You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content="View our different packages that can be used to quickly start using Ionic Framework or Ionicons CDN in a test environment, Angular, Vue, React, or JavaScript."
import DocsCard from '@components/global/DocsCard';
15
15
import DocsCards from '@components/global/DocsCards';
16
16
17
-
Ionic Framework offers npm packages for Angular, React, Vue, and JavaScript, plus CDN links for quick prototyping. Choose your framework below to get started, or use the CDN to test Ionic Framework components in the browser.
<p>Create a new Ionic JavaScript app using Vite.</p>
102
+
<p>Viteを使用して新しいIonic JavaScriptアプリを作成します。</p>
103
103
</DocsCard>
104
104
105
105
</DocsCards>
106
106
107
107
## Ionic Framework CDN
108
108
109
-
Ionic Framework can be included from a CDN for quick testing in a [StackBlitz](https://stackblitz.com/), [Plunker](https://plnkr.co/), [Codepen](https://codepen.io), or any other online code editor!
With this it's possible to use all of the Ionic Framework core components without having to install a framework. The CSS bundle will include all of the Ionic [Global Stylesheets](/docs/layout/global-stylesheets.md).
<metaname="description"content="Using the Ionic/Ionic-Framework VS Code Extension" />
6
+
<title>VS Code拡張機能</title>
7
+
<metaname="description"content="Ionic/Ionic-Framework VS Code拡張機能の使用" />
8
8
</head>
9
9
10
-
The [WebNative Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=WebNative.webnative) is a community-maintained plugin that helps you perform common Ionic Framework development tasks without needing to remember CLI commands.
10
+
[WebNative Visual Studio Code拡張機能](https://marketplace.visualstudio.com/items?itemName=WebNative.webnative)は、コミュニティがメンテナンスしているプラグインで、CLIコマンドを覚える必要なく、一般的なIonic Framework開発タスクを実行するのに役立ちます。
11
11
12
-
If you have VS Code on this computer click Install below. You can also find the extension by searching for "WebNative".
Full documentation of the WebNative extension can be found at [webnative.dev](https://webnative.dev/introduction/getting-started/) covering topics like:
0 commit comments