title | lang | meta | home | heroImage | actionText | actionLink | features | footer | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
VueFront |
en-US |
|
true |
/logo.png |
Get Started → |
/guide/ |
|
MIT Licensed | Copyright © 2018-present Dreamvention |
- Download and Install VueFront CMS Connect App on your site (OpenCart, Worpdress/WooCommerce) the app will provide you with a CMS Connect URL.
- In command line install VueFront Web App. (requires node.js >= 8 and yarn or npm)
# Create VueFront app. replace <project-name> with vuefront
yarn create vuefront-app <project-name>
# OR npx create-vuefront-app <project-name>
yarn dev
# OR npm run dev
- When prompt during the setup step, paste the CMS Connect URL provided by CMS Connect App.
# during the setup you will be asked to paste the CMS Connect URL:
? Paste the CMS Connect URL, provided by your CMS Connect App ()
Enjoy your new VueFront!