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
- Host: GitHub
- URL: https://github.com/jclaveau/datocms-vue.js-profile-card-website-demo
- Owner: jclaveau
- License: mit
- Created: 2022-07-17T23:12:18.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T23:13:45.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T19:41:17.915Z (4 months ago)
- Language: Vue
- Size: 6.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue.js Profile card demo
## Deploy on DatoCMS
[](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
```