All Projects → microcipcip → processvue

microcipcip / processvue

Licence: other
ProcessVue is a boilerplate for getting started with ProcessWire as a headless CMS for VueJS SPAs

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to processvue

cloud-music-mobile
This is a music player
Stars: ✭ 22 (-18.52%)
Mutual labels:  vue-router
Vue-NetEaseCloudMusic
vue,vuex ,vue-router,music
Stars: ✭ 95 (+251.85%)
Mutual labels:  vue-router
xiazhou-weex
a demo for weex project
Stars: ✭ 49 (+81.48%)
Mutual labels:  vue-router
tailmin
Tailmin - Admin dashboard built with Vue.js and Tailwind CSS
Stars: ✭ 39 (+44.44%)
Mutual labels:  vue-router
vue-multiple-tabs
vue-cli3 动态路由, 复用路由, 自动注入路由, 增删路由, 实战多tab页
Stars: ✭ 36 (+33.33%)
Mutual labels:  vue-router
processwire-imageextra
This module allows you to add additional informations to an image (for example: title, description, link, orientation and any field you may need).
Stars: ✭ 20 (-25.93%)
Mutual labels:  processwire
vue-router-view-transition
Properly time out-in transitions with scrollBehavior
Stars: ✭ 38 (+40.74%)
Mutual labels:  vue-router
element-ui-demo
A element-ui admin base on vue2
Stars: ✭ 18 (-33.33%)
Mutual labels:  vue-router
fd-vue-webapp
A Vue.js web application for Freedomotic Open IoT framework
Stars: ✭ 63 (+133.33%)
Mutual labels:  vue-router
prerender-website
👋👋👋基于 Vue 的预渲染解决方案
Stars: ✭ 46 (+70.37%)
Mutual labels:  vue-router
dva-vue
🌱 Vue and dva-core based
Stars: ✭ 34 (+25.93%)
Mutual labels:  vue-router
vue-mail-front
A front system base on vue.基于vue的邮件系统前端部分
Stars: ✭ 57 (+111.11%)
Mutual labels:  vue-router
VueJs-Soft-UI-Dashboard
🍏 This is Soft UI Dashboard in Vue Js.
Stars: ✭ 61 (+125.93%)
Mutual labels:  vue-router
ProcessGraphQL
GraphQL for ProcessWire
Stars: ✭ 97 (+259.26%)
Mutual labels:  processwire
vue-music
using Vue to Develop Mobile Project to Simulate “Baidu Music”(高仿百度音乐)
Stars: ✭ 27 (+0%)
Mutual labels:  vue-router
order-service
一个基于vuejs,reactjs,nodejs,socket.io的服务系统
Stars: ✭ 22 (-18.52%)
Mutual labels:  vue-router
vue-iview-admin
admin template powered by vue & iview
Stars: ✭ 14 (-48.15%)
Mutual labels:  vue-router
vue-cli-easy
this is a vue development environment。
Stars: ✭ 30 (+11.11%)
Mutual labels:  vue-router
vite-vue3-starter
⭐ A Vite 2.x + Vue 3.x + TypeScript template starter
Stars: ✭ 384 (+1322.22%)
Mutual labels:  vue-router
vux2.5-webapp
商城布局:Grid、Card、cell、panel、flexbox 省市区联动:x-address 状态切换:x-switch 弹出层:x-dialog 提示框:toast 选项卡:Tab 表单功能
Stars: ✭ 39 (+44.44%)
Mutual labels:  vue-router

ProcessWire Site Profile for Vue 2.0

ProcessVue is a boilerplate for getting started with ProcessWire 3.0 as a headless CMS for Vue 2.0 SPAs.

Features:

  • REST API
    • Fetch title fields
    • Fetch textearea fields
    • Fetch image/gallery fields (included resizing)
    • Fetch repeater fields
    • Fetch children pages
  • Vue Webpack boilerplate
  • Vue Router
  • Vue Meta (to update metatags)
  • Vuex (store management)

To Install site profile

Grab a copy of the latest ProcessWire. Copy or upload the /site-processvue/ directory and everything in it to the root of your ProcessWire files. This is the same directory that ProcessWire's index.php and /site-default/ directories live. So you'll have a /site-processvue/ alongside ProcessWire's /site-default/ and any other profiles it comes with.

Load the URL to your ProcessWire installation in your browser to initiate the installer. Select the "ProcessVue" profile from the dropdown when prompted to do so. The installer will take care of the rest.

To Install npm packages

  1. Update site/templates/client/config/index.js proxyTable with your domain name
  2. Install npm packages from site/templates/client by running npm i
  3. Run webpack dev server by running npm run dev, or compile all assets with npm run build

Note

If your website is in localhost (for example http://localhost/processvue) and not in a virtual server (i.e. http://processvue.localdev), with the command npm run build the website may not be visible because the js files point to the wrong path, so you may need a proper virtual server to browse the site correctly. However, the npm run dev command should work fine without setting up a virtual server.

Support

Check this ProcessWire forum thread for further details about how this site profile works.

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].