vue-pathfinder
v0.0.9
Published
[Starter Code](https://github.com/matt-auckland/vite-vue2-starter/)
Downloads
5
Readme
vue-pathfinder
Scripts
npm install --legacy-peer-deps
npm run dev # start dev server
npm run build # build for production
npm run serve # locally preview production build
npm adduser # link user
npm publish # publish to npm
Tiptap Event Triggers
- Select Change -> Text Update -> ...
Removing Ant Design Global Styles
document.head.insertAdjacentHTML('beforeend','<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/style.css">');
document.head.insertAdjacentHTML('beforeend', '<script src="https://unpkg.com/[email protected]/dist/vue-pathfinder.umd.js"></script>');