npm install vue-easyprofilesVue Easyprofiles
Making your website / presentional should be cool and not a bunch of oldies HTML + CSS Files, and whats better than having this component.
just run npm run play and you are set.
npm install vue-easyprofiles``
import MainAccount from 'vue-easyprofiles';
.app
MainAccount
`static/data.json
#### NOTE
This basic implementation expect you to have a data filled inside with basic data like
``
{
"title": "YOUR NAME",
"links": [...links],
"shortBio": "Short"
"longBio": "Long"
}
1.- git clone
2.- inside src/App.vue just do the following.
`
.app
MainAccount
`npm run build
3.-
4.- Grab dist and deploy it tho whathever you need.
Before submitting please ensure on the play UI everything looks like it should be
1.- npm run dev
2.- just create a new Theme like MapsTheme and on src/components/account/MainAccount.vue add the following
``
PageContentMapsTheme(
v-else-if="theme === 'MapsTheme'"
v-bind:userData="userData"
)
3.- DoubleCheck on vue-play, go on src/play/scenarios and on the THEMES constant add your new themeName` (MapsTheme in this case)
[ ] Add More Themes