https://github.com/dodaydream/md-stanley
Yet another Vue.js based wordpress theme
https://github.com/dodaydream/md-stanley
material-design theme vue vue-material wordpress
Last synced: about 2 months ago
JSON representation
Yet another Vue.js based wordpress theme
- Host: GitHub
- URL: https://github.com/dodaydream/md-stanley
- Owner: dodaydream
- Created: 2017-03-23T10:08:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T10:13:37.000Z (over 9 years ago)
- Last Synced: 2025-01-17T19:53:40.476Z (over 1 year ago)
- Topics: material-design, theme, vue, vue-material, wordpress
- Language: Vue
- Homepage: https://stanley.elfstack.com/post/44
- Size: 392 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stanley
> A Vue.js based Wordpress theme
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
## Deployment
1. Go to main.js, edit `Vue.http.options.root` 's parameter
2. Copy `functions.php`, `style.css` into `dist`
3. Rename `index.html` to `index.php`
4. Zip `dist` folder
5. Upload the archive
6. Copy `static` folder into your website root dictionary
7. All done, enjoy it
## Credit
Special thanks to [Vue.js](https://vuejs.org/) and [WordPress](https://wordpress.org/)
This project uses the following libraries
[vue-infinite-loading](https://peachscript.github.io/vue-infinite-loading)
[vue-resources](https://github.com/pagekit/vue-resource)
[vue-router](http://router.vuejs.org/)
[vue-material](http://vuematerial.github.io/)
And other libraries [vue-cli](https://github.com/vuejs/vue-cli) auto generated.
Homescreen icon of this website is generated by [Android Asset Studio](https://jgilfelt.github.io/AndroidAssetStudio/)
Icons in this website is using [Material icons](https://material.io/icons/)
## License
MIT