-
Notifications
You must be signed in to change notification settings - Fork 3.2k
docs(guide): add javascript section with overview and quickstart pages #4226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@joesphchang is attempting to deploy a commit to the Ionic Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for GitHub.
|
First, create a new Vite project with vanilla JavaScript: | ||
|
||
```shell | ||
npm create vite@latest my-app -- --template vanilla |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The app is named my-app
here instead of myApp
like the other frameworks because it will prompt for the name again if you don't use kebab case.
Before you begin, make sure you have [Node.js](https://nodejs.org/) (which includes npm) installed on your machine. | ||
|
||
```shell-session | ||
$ npm create vite@latest my-app -- --template vanilla |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The app is named my-app
here instead of myApp
like the other frameworks because it will prompt for the name again if you don't use kebab case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with a very small non-blocking comment. Feel free to ignore. Good work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, with a minor request
|
||
Welcome! This guide will walk you through the basics of Ionic JavaScript development using Vite. You'll learn how to set up your development environment, create a simple project, explore the project structure, and understand how Ionic components work. This is perfect for getting familiar with Ionic JavaScript before building your first real app. | ||
|
||
If you're looking for a high-level overview of what Ionic JavaScript is and how it fits into the web development ecosystem, see the [Ionic JavaScript Overview](overview). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick, some people may use a screen reader or other ways to access content. It would be great to use neutral words.
If you're looking for a high-level overview of what Ionic JavaScript is and how it fits into the web development ecosystem, see the [Ionic JavaScript Overview](overview). | |
If you're looking for a high-level overview of what Ionic JavaScript is and how it fits into the web development ecosystem, review the [Ionic JavaScript Overview](overview). |
Resolves #2105 Resolves #2109
What I did:
Overview Preview
Quickstart Preview