All Projects → andrevvm → Wp Vuejs

andrevvm / Wp Vuejs

WordPress VueJS Starter Theme

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wp Vuejs

Wp Reactivate
React boilerplate for WordPress plugins
Stars: ✭ 303 (+1494.74%)
Mutual labels:  webpack, wordpress, boilerplate
React Wp Rest
A boilerplate for pairing the WP Rest API with a server-rendered React app
Stars: ✭ 167 (+778.95%)
Mutual labels:  wordpress, acf, boilerplate
Webpack React Redux
A boilerplate for playing around with react, redux and react-router with the help of webpack.
Stars: ✭ 612 (+3121.05%)
Mutual labels:  webpack, boilerplate
React App
Create React App with server-side code support
Stars: ✭ 614 (+3131.58%)
Mutual labels:  webpack, boilerplate
React Webpack Typescript Starter
Minimal starter with hot module replacement (HMR) for rapid development.
Stars: ✭ 632 (+3226.32%)
Mutual labels:  webpack, boilerplate
Wordpress Plugin Boilerplate Powered
Wordpress Plugin Boilerplate but Powered with examples and a generator!
Stars: ✭ 413 (+2073.68%)
Mutual labels:  wordpress, boilerplate
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+110742.11%)
Mutual labels:  webpack, boilerplate
Vue Crud
Vue.js based REST-ful CRUD system
Stars: ✭ 629 (+3210.53%)
Mutual labels:  webpack, boilerplate
Wxapp Boilerplate
使用 webpack, babel, scss 开发的微信/支付宝小程序项目脚手架
Stars: ✭ 367 (+1831.58%)
Mutual labels:  webpack, boilerplate
Presspack
💻 Wordpress like it's 2020 with Webpack and Docker
Stars: ✭ 658 (+3363.16%)
Mutual labels:  webpack, wordpress
React Isomorphic Boilerplate
🌟 An universal React isomorphic boilerplate for building server-side render web app.
Stars: ✭ 653 (+3336.84%)
Mutual labels:  webpack, boilerplate
Vue Wordpress Pwa
An offline-first SPA using Vue.js, the WordPress REST API and Progressive Web Apps
Stars: ✭ 665 (+3400%)
Mutual labels:  webpack, wordpress
Webpack Boilerplate
A minimal webpack 5 boilerplate with only Babel, SASS and lodash (optional) on board
Stars: ✭ 404 (+2026.32%)
Mutual labels:  webpack, boilerplate
Preact Starter
Webpack3 boilerplate for building SPA / PWA / offline front-end apps with Preact
Stars: ✭ 384 (+1921.05%)
Mutual labels:  webpack, boilerplate
Acf Builder
An Advanced Custom Field Configuration Builder
Stars: ✭ 492 (+2489.47%)
Mutual labels:  wordpress, acf
React Mobx Typescript Boilerplate
A bare minimum frontend boilerplate with React 16.7, Typescript 3.2 and Webpack 4
Stars: ✭ 378 (+1889.47%)
Mutual labels:  webpack, boilerplate
Secure Electron Template
The best way to build Electron apps with security in mind.
Stars: ✭ 623 (+3178.95%)
Mutual labels:  webpack, boilerplate
Minimal React Webpack Babel Setup
The minimal React, Webpack, Babel Setup. You want to get beyond create-react-app?
Stars: ✭ 777 (+3989.47%)
Mutual labels:  webpack, boilerplate
Js Library Boilerplate Basic
Javascript Minimal Starter Boilerplate - Webpack 5 🚀, Babel 7, UMD, Unit Testing
Stars: ✭ 354 (+1763.16%)
Mutual labels:  webpack, boilerplate
Flynt
Component based WordPress starter theme, powered by ACF Pro and Timber, optimized for a11y and fast page load results.
Stars: ✭ 363 (+1810.53%)
Mutual labels:  wordpress, acf

Wordpress VueJS Starter Theme

A barebones Vue.js + Webpack + Wordpress + ACF starter theme.

Unlike other Vue.js Wordpress themes, this one does not use the WP REST API. Instead, every Wordpress URL becomes a JSON endpoint by adding the parameter ?json=true. This keeps all of the core WP admin functionality intact, like previewing drafts/published posts, and ACF support, without additional plugins or complicated API configurations.

Build Setup

# Open ./_app folder in Terminal

# install dependencies
npm install

# development build files + watch
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].