785 B
785 B
Setting up the Front-End Vue.js Application
The Vue.js front-end for my Blue Conf 2019 talk - Decoupling Drupal with Vue.js. It is a Vue CLI application, and uses Tailwind CSS for styling.
Prerequisites
Setup instructions
-
Install the npm dependencies using either
npm
oryarn
.cd vuejs # Using npm npm install # Using yarn yarn
-
Change the URL to the Drupal back-end if needed in
.env
. -
Use
yarn serve
to start a local web server. -
Visit the URL (usually
http://localhost:8080
) to view the front-end application.