An open API service indexing awesome lists of open source software.

https://github.com/jclaveau/datocms-vue.js-profile-card-website-demo


https://github.com/jclaveau/datocms-vue.js-profile-card-website-demo

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Vue.js Profile card demo

## Deploy on DatoCMS

[![Deploy with DatoCMS](https://dashboard.datocms.com/deploy/button.svg)](https://dashboard.datocms.com/deploy?repo=datocms/vuejs-demo)

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
```