Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuefront/create-vuefront-app
Generator for quick VueFront project setup
https://github.com/vuefront/create-vuefront-app
create-app generator pwa sao spa vueapp vuefront vuejs
Last synced: about 1 month ago
JSON representation
Generator for quick VueFront project setup
- Host: GitHub
- URL: https://github.com/vuefront/create-vuefront-app
- Owner: vuefront
- Created: 2019-04-03T13:58:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T18:49:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T07:34:15.352Z (2 months ago)
- Topics: create-app, generator, pwa, sao, spa, vueapp, vuefront, vuejs
- Language: JavaScript
- Homepage: https://vuefront.com/guide/setup.html
- Size: 333 KB
- Stars: 16
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)
```bash
# the app folder name goes here or write ./ to launch the app in the root folder
yarn create vuefront-app
# OR npx create-vuefront-app
```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
```bash
yarn dev
```For more details visit https://vuefront.com/guide/
Enjoy!