How to use Vue JS in CodeIgniter 3?

More
2 months 2 weeks ago #160 by Elias
How to use Vue JS in CodeIgniter 3?

Please Log in to join the conversation.

More
2 months 2 weeks ago #161 by Elias
Answered by Elias on question How to use Vue JS in CodeIgniter 3?
Running the project
  1. Setting CodeIgniter base_url at application/config/config.php.
  2. Open Terminal/CMD and enter to frontend directory.
  3. Install vue project dependencies: npm install.
  4. Run for development: npm run dev.
  5. Run for production: npm run build.
  6. Enjoy!

Please Log in to join the conversation.

Time to create page: 0.420 seconds