Vue-based web frontend for the Publication Platform of the Centre for Digital Humanities at the University of Gothenburg.
Uses pup-admin as backend.
- Node 16
yarn run serve
yarn run build
- Install the extension Vue Language Features (Volar)
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": true,
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}