Usman Iqbal
Usman Iqbal

Reputation: 2429

why ionic bundle js file is not present in project?

I have created a new project using CLI, it works fine and no error came in. But I was reading the documentation getting started where I see there is a library folder from where css and js file is being loaded. But In my case I cant see any library folder . Do I have to add it by myself or is there a problem in creating new project or with ionic serve. For better Understanding I am adding the screen shot of my directory. image

I have ionic cli 3.1.2

Upvotes: 0

Views: 471

Answers (1)

Suraj Rao
Suraj Rao

Reputation: 29625

It looks like you created an ionic version 3 project. Judging from the documentation, you want ionic v1.x.

Do:

ionic start myproj blank --type ionic1

Upvotes: 1

Related Questions