You can check out the demo at https://nicholas-ooi.github.io/business_model_canvas/
- Add a new plan or idea on your canvas
- Drag and drop them to the respective segments
- Safely type them and the information will be auto-saved on your computer. Data are safely only stored on your computer, you can clear 1. browser cookie to remove it.
- Press CTRL + ALT to hide other fancy stuff
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
For detailed explanation on how things work, checkout Nuxt.js docs.