File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ If you loves CodeIgniter 3 & Vue.js, you must try this one to make your life eas
6
6
7
7
Some changes to make this works!
8
8
9
- 1 . application/helper /vite_helper.php
9
+ 1 . application/helpers /vite_helper.php
10
10
2 . application/controllers/Vue.php
11
11
3 . application/config/routes.php
12
12
4 . application/views/index.vue.php
@@ -15,10 +15,11 @@ Some changes to make this works!
15
15
# Running the project
16
16
17
17
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!
23
24
24
25
Powered by [ ngekoding.github.io] ( https://ngekoding.github.io )
You can’t perform that action at this time.
0 commit comments