Ionic JavaScript Overview
@ionic/core
brings the full power of the Ionic Framework to JavaScript developers. It offers seamless integration with the JavaScript ecosystem, so you can build high-quality cross-platform apps using familiar JavaScript tools, components, and best practices. You also get access to Ionic's extensive UI library and native capabilities.
JavaScript Version Support
Ionic Core supports the latest versions of JavaScript. For detailed information on supported JavaScript runtime versions, see the Stencil Support Policy.
JavaScript Tooling
Ionic Core works seamlessly with modern JavaScript tooling and build systems. You can use popular tools like Vite, Webpack, or Parcel to scaffold and build your apps. Ionic Core is designed to fit naturally into the JavaScript ecosystem, so you can use your favorite libraries for state management, testing, and more.
Native Tooling
Capacitor is the official cross-platform runtime for Ionic Core, enabling your apps to run natively on iOS, Android, and the web with a single codebase.
Installation
Before you begin, make sure you have Node.js (which includes npm) installed on your machine.
$ npm create vite@latest my-app -- --template vanilla
$ cd my-app
$ npm install && npm install @ionic/core
$ npm run dev █
Resources
Quickly set up your first Ionic JavaScript app and learn the basics of the framework and CLI.
Learn more about JavaScript's core concepts, tools, and best practices from the official JavaScript documentation.
Discover how to handle routing and navigation in Ionic JavaScript apps using the Ionic Router.
Explore Ionic's rich library of UI components for building beautiful apps.
Learn how to customize the look and feel of your app with Ionic's powerful theming system.
Explore how to access native device features and deploy your app to iOS, Android, and the web with Capacitor.