All Projects → vuefront → create-vuefront-app

vuefront / create-vuefront-app

Licence: other
Generator for quick VueFront project setup

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
typescript
32286 projects

Projects that are alternatives of or similar to create-vuefront-app

wordpress
Free PWA & SPA for Wordpress & Woocommerce
Stars: ✭ 103 (+543.75%)
Mutual labels:  spa, vuefront
magento
Free PWA & SPA for Magento
Stars: ✭ 34 (+112.5%)
Mutual labels:  spa, vuefront
create-siler-app
🧱 Set up a modern Siler app by running one command.
Stars: ✭ 15 (-6.25%)
Mutual labels:  create-app
aem-spa-page-model-manager
Interface between Adobe Experience Manager and Single Page Application framework.
Stars: ✭ 26 (+62.5%)
Mutual labels:  spa
lm180 iEVE Echoes
a web based tools box for eve echoes
Stars: ✭ 16 (+0%)
Mutual labels:  spa
scaffold
Scaffold for laravel
Stars: ✭ 51 (+218.75%)
Mutual labels:  spa
angular-dersleri
En popüler front-end framework'ü Angular 12' i sıfırdan en ileri seviye kadar öğrenin.
Stars: ✭ 27 (+68.75%)
Mutual labels:  spa
letportal
Angular 9 .NET Core 3.1 open source web portal platform 2020 for building quickly application form, data grid , data list, chart, report, users management
Stars: ✭ 29 (+81.25%)
Mutual labels:  spa
platzi-exchange
Proyecto del Curso Basico de Vue.js de Platzi 💚
Stars: ✭ 26 (+62.5%)
Mutual labels:  spa
laravel-vue-spa
Laravel Vue SPA 教程
Stars: ✭ 19 (+18.75%)
Mutual labels:  spa
example-app
Example app showcasing fulls1z3's Angular libraries
Stars: ✭ 27 (+68.75%)
Mutual labels:  spa
wiretrustee-dashboard
NetBird Management Service Web UI Panel
Stars: ✭ 129 (+706.25%)
Mutual labels:  spa
ajxnetcore
Its an innovative method to turn an ASP.NET Core Application Into Single Page Application, While enhancing the Software performance both on server and client side.
Stars: ✭ 31 (+93.75%)
Mutual labels:  spa
microfest
Manifest management for single page applications driven by micro frontend apps
Stars: ✭ 14 (-12.5%)
Mutual labels:  spa
page-title
A Polymer element for easily updating a webpage's title, such as in a SPA.
Stars: ✭ 13 (-18.75%)
Mutual labels:  spa
ui-library
BlaBlaCar React Component Library
Stars: ✭ 37 (+131.25%)
Mutual labels:  spa
micro
Small client side router and tpl library
Stars: ✭ 19 (+18.75%)
Mutual labels:  spa
EcommerceDDD
Experimental full-stack application using Domain-Driven Design, CQRS, and Event Sourcing.
Stars: ✭ 178 (+1012.5%)
Mutual labels:  spa
bizbook-client
The repository of bizbook client project
Stars: ✭ 28 (+75%)
Mutual labels:  spa
SPA-With-Blazor
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.
Stars: ✭ 27 (+68.75%)
Mutual labels:  spa

Create VueFront App

This is a SAO generator for creating your VueFront App

Step 1: Create VueFront App (you will need node >=8 installed. Yarn recommended)

# the app folder name goes here  <project-name> or write ./ to launch the app in the root folder
yarn create vuefront-app <project-name>
# OR npx create-vuefront-app <project-name>

Step 2: Provide CMS Connect URL (The URL you get from the CMS Connect APP when you install it on one of your CMS like wordpress)

CMS Connect URL example: https://wordpress.vuefront.com/wp-json/vuefront/v1/graphql

Step 3: Build app in development

yarn dev

For more details visit https://vuefront.com/guide/ Enjoy!

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