File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -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