Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 496 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 496 Bytes

Vue.js Profile card demo

Deploy on DatoCMS

Deploy with DatoCMS

Or if you are manually setting up the project, set the API token manually:

echo 'VUE_APP_CMS_DATOCMS_API_TOKEN=abc123' >> .env

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build