How to use Vue JS in CodeIgniter 3?
2 months 2 weeks ago #160 by Elias
How to use Vue JS in CodeIgniter 3?
Please Log in to join the conversation.
2 months 2 weeks ago #161 by Elias Running the project- Setting CodeIgniter base_url at application/config/config.php.
- Open Terminal/CMD and enter to frontend directory.
- Install vue project dependencies: npm install.
- Run for development: npm run dev.
- Run for production: npm run build.
- Enjoy!
Please Log in to join the conversation.
Time to create page: 0.310 seconds