The new frontmen.nl website for 2019, using Vue.js and Nuxt.
The branch markdown-netlifycms contains configuration and dependencies for markdown files working together with vue components + netflifyCMS. This was put on hold because of the added complexity and configuration (not a priority). The plan is to pick this setup up again after the new website is live.
Open issues:
- Using vue components in markdown files.
- Using vue components as netlify-CMS widgets
Todo:
- Structured CMS-content (Cases page-type, normal pages etc.)
For questions, please contact Zakaria or Sander.
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build with server-side rendering for production
# and start server
$ npm run build
$ npm start
# generate static project for production
$ npm run generate
See starter template documentation in the README on GitHub for additional usage and configuration.
Access yourwebsite.com/admin
, e.g. localhost:3000/admin
.