Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devs-group/vue-plugin
Code repository for Medium Story.
https://github.com/devs-group/vue-plugin
Last synced: 3 months ago
JSON representation
Code repository for Medium Story.
- Host: GitHub
- URL: https://github.com/devs-group/vue-plugin
- Owner: devs-group
- Created: 2019-09-24T11:27:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T23:39:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T11:12:48.953Z (almost 2 years ago)
- Language: PHP
- Size: 12.8 MB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress & Vue.js with Webpack and Hot Reload
This code repository is for the story on Medium. You can find the story [here](https://medium.com/@devs_group/wordpress-vue-js-with-webpack-and-hot-reload-7c4faea9d0d9).## How to use this
1. Clone this repository
2. Run `docker-compose up -d`
3. Go to http://localhost:8001
4. Follow the instructions to setup your WordPress page
5. Login into WordPress. Go to `Plugins` in the dashboard and activate the plugin **Vue Plugin**
6. Inside your code go into www/wp-content/plugins/vue-plugin/vue and run
7. `npm install`
8. When finished run `npm run serve`
9. Go to the Vue Plugin page in the dashboard and see your app.