0

I want to create a JavaScript project Ionic 4, but there is no command to do that, so what I can do to make new Ionic 4 JavaScript project? Thanks

3
  • So do you want to make an ionic project without angular or what are you asking? Commented Mar 7, 2019 at 19:22
  • yes I want to make ionic project with vanilla JavaScript Commented Mar 8, 2019 at 3:39
  • @Riyad Khalifeh You could import the vanilla Javascript into the Angular based project like Ionic but it's a bad practice, but sometimes it will save you much time, do it when necessary only. Commented Jun 14, 2019 at 14:43

1 Answer 1

1

you can inject the dependencies directly in your index.html , as you can see in the official doc:

<script src="https://unpkg.com/@ionic/core@latest/dist/ionic.js"></script>
<link href="https://unpkg.com/@ionic/core@latest/css/ionic.bundle.css" rel="stylesheet">
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.