Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasanuzzamanbe/vue-cli-php-boilerplate
This is a boilerplate for Vue cli with PHP.
https://github.com/hasanuzzamanbe/vue-cli-php-boilerplate
boilerplate hacktoberfest mysql mysql-database php vuecli vuejs
Last synced: 8 days ago
JSON representation
This is a boilerplate for Vue cli with PHP.
- Host: GitHub
- URL: https://github.com/hasanuzzamanbe/vue-cli-php-boilerplate
- Owner: hasanuzzamanbe
- Created: 2020-06-24T17:52:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T05:16:34.000Z (over 1 year ago)
- Last Synced: 2023-04-30T07:09:58.533Z (over 1 year ago)
- Topics: boilerplate, hacktoberfest, mysql, mysql-database, php, vuecli, vuejs
- Language: Vue
- Homepage:
- Size: 777 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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