A Vue2 and Quasar Framework starter project for building an app which front-ends a WordPress blog.
- View post list.
- Read the full list.
- iOS or Material designs.
First, install the Quasar Framework cli.
npm i -g quasar-cli
And then install the project dependencies.
npm i
Update the environment variables in config/prod.env.js
- WP_BASE: The base URL of your blog (e.g. http://myblog.com)
- BLOG_NAME: The title of your blog (e.g. My Blog)
You can run the client with quasar tools:
# Run the application with material design
quasar dev
# Run the application with iOS design
quasar dev ios
You can use the Quasar Framework wrappers to build this project for iOS or Android.
Contributions are encouraged. Please see CONTRIBUTING for details.
Not found.
Feel free to add more alternatives as Pull Request.
- This package is open-sourced software licensed under the GPLv3.