Home
Softono
wp-dev-recipes

wp-dev-recipes

Open source MIT Vue
12
Stars
3
Forks
8
Issues
2
Watchers
5 years
Last Commit

About wp-dev-recipes

Modular, reusable code snippets for all WordPress devs.

Platforms

Web Self-hosted

Languages

Vue

WP Dev Recipes Logo

πŸ‘‰ View the knowledgebaseTutorialsSupport Us

Build Status Chat License Support us

View the site

πŸ‘‰ See the live knowledgebase at https://wp-dev-recipes.serversideup.net/

WP Dev Recipes

We created a collection of "recipes" to make it easier for you to build and maintain your next WordPress project.

  • βœ… Each recipe is modular and re-usable that solves one problem, very well
  • βœ… We cover many undocumented features inside of WordPress
  • βœ… You'll never need to install plugins to solve simple functionality
  • βœ… All source code is freely available under the MIT license
  • βœ… Every recipe follows modern development practices Questions, Comments, Ideas?

Questions, Comments, Ideas?

We want this to be a living, breathing document and have these recipes be usable in as many ways as possible. If you have any questions, comments, or ideas, feel free to open a thread on our community.

πŸ‘‰ Ask a question on our community β†’

For contributions and PRs to make these recipes better, see below. πŸ‘‡

Contribution Instructions

Coming Soon

For the time being, if you want to run this on your local development, follow these steps.

Setup

Install dependencies:

npm run install

Development

npm run dev

Static Generation

This will create the dist/ directory for publishing to static hosting:

npm run generate

To preview the static generated app, run npm run start