/solid-vue-panes

see https://scenaristeur.github.io/solid-vue-panes

Primary LanguageHTML

solid-vue-panes is the code of PoPock

Popock DEMO

rapid git commit

npm run git -- "0.1.83 workspaces edition"

How to buildyour first Popock module

https://smag0.blogspot.com/2020/09/create-popock-module-for-holacracy40.html

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

make a gh-pages branches

https://stackoverflow.com/questions/36782467/set-subdirectory-as-website-root-on-github-pages

create subbranch with dist folder

comment the dist folder in the .gitignore file

git add dist -f && git commit -m "Initial dist subtree commit"

build & publish to gh-pages

npm run build && git add . git commit -m "my modif" git push && git subtree push --prefix dist origin gh-pages

todo

add blog https://snipcart.com/blog/vuejs-blog-demo https://github.com/snipcart/vue-blog-demo