Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 512 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 512 Bytes

Prismic Vue.js Starter

Vue.js starter project with content managed in Prismic

How to launch this project in your local environment

Run the following commands:

npm install
npm run serve

Then you can access it at http://localhost:8080.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build