ponos-vuejs
Vue.js components for Ponos workflows
Use npm link (dev local)
In the ponos-vuejs
file:
npm link
In the frontend
file:
npm link ponos-vuejs
The ponos-vuejs
folder is in the node_modules
folder.
Use npm package
In ponos-vuejs
To change name of package:
npm init --scoped=@teklia
To publish this package:
npm login
npm publish --access public
In the frontend
To install it:
npm install @teklia/ponos-frontend
The ponos-frontend
folder is in the node_modules/@teklia
folder.