Walkthrough: Getting started with JSS for Vue.js
This walkthrough describes how to get started with your first JSS Vue.js application.
Before you can create and run an application with JSS for Vue.js, you must first:
-
Familiarize yourself with the available application modes for JavaScript apps built with JSS.
-
Install the JSS CLI.
This walkthrough describes how to:
-
Create the application.
-
Run the application.
Create the application
To create an application with JSS for Vue.js:
-
Run the following command:
RequestResponsenpx create-sitecore-jss@ver20 vue [--appName <your-app-name> --fetchWith [REST | GraphQL]]
NoteIf choosing GraphQL, your application must be connected to Sitecore. GraphQL requests are not supported in disconnected mode.
Run the application
To start your application, run one of the following scripts in a terminal, depending on your chosen development workflow:
You can find script definitions in the package.json
file of your new JSS Vue.js application.
-
If you do not have a Sitecore instance available, start the application in disconnected mode:
RequestResponsejss start
-
If you have a Sitecore instance and want to develop against it, connect the application to the instance and start the application in connected mode:
RequestResponsejss start:connected