How to use Vue JS in CodeIgniter 3?

  • Elias Katsaniotis
  • Topic Author
  • Offline
  • Admin
  • Admin
More
2 days 12 hours ago #160 by Elias Katsaniotis
How to use Vue JS in CodeIgniter 3? was created by Elias Katsaniotis
How to use Vue JS in CodeIgniter 3?

Please Log in to join the conversation.

  • Elias Katsaniotis
  • Topic Author
  • Offline
  • Admin
  • Admin
More
2 days 12 hours ago #161 by Elias Katsaniotis
Replied by Elias Katsaniotis on topic 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.209 seconds