Skip to content

Commit b9d8a7d

Browse files
committed
2 parents 742792d + 46ddd4c commit b9d8a7d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If you loves CodeIgniter 3 & Vue.js, you must try this one to make your life eas
66

77
Some changes to make this works!
88

9-
1. application/helper/vite_helper.php
9+
1. application/helpers/vite_helper.php
1010
2. application/controllers/Vue.php
1111
3. application/config/routes.php
1212
4. application/views/index.vue.php
@@ -15,10 +15,11 @@ Some changes to make this works!
1515
# Running the project
1616

1717
1. Setting CodeIgniter base_url at application/config/config.php
18-
2. Install vue project dependencies: ```npm install```
19-
3. Run vue project by entering to ```frontend``` folder
20-
4. a. Development: ```npm run dev```
21-
4. b. Production: ```npm run build```
22-
5. Open the browser and go to project address, e.g. ```http://localhost/codeigniter3-vuejs3-vite-boilerplate/```
18+
2. Open Terminal/CMD and enter to ```frontend``` directory
19+
3. Install vue project dependencies: ```npm install```
20+
4. Run for development: ```npm run dev```
21+
5. Run for production: ```npm run build```
22+
6. Open the browser and go to the project address, e.g. ```http://localhost/codeigniter3-vuejs3-vite-boilerplate/```
23+
7. Enjoy!
2324

2425
Powered by [ngekoding.github.io](https://ngekoding.github.io)

0 commit comments

Comments
 (0)