Skip to content

hasanuzzamanbe/vue-cli-php-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-cli with PHP Boilerplate

How to use:

  • Just clone the repository and keep on your server directory (htdocs)

  • run command $ npm i to install node

  • run command $ npm run watch for development server

  • then run project directory like:

    in xampp or wampp- http://localhost/project

    Like laravel valet server: http://project.test

Production:

Run command $ npm run production

Then you need only project directory to deploy.

All done :)

Some tips for beginners:

Already installed plugins (for more check package.json)

  • element-ui

  • vue-router

working directory

  • You can write anywhere as you need

  • Don't use this build directory( project/builds)

    cause this build directory is changed automatically when you change any vue file.

  • Write code on project directory will be a good choice.

    If you find any issue create a issue on github or send a pull request.

Let me know about your problems or any feedback hasanuzzaman.com