0.0.9 • Published 2 months ago

vue-pathfinder v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

vue-pathfinder

Starter Code

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/vue-pathfinder@0.0.7/dist/style.css">');
document.head.insertAdjacentHTML('beforeend', '<script src="https://unpkg.com/vue-pathfinder@0.0.7/dist/vue-pathfinder.umd.js"></script>');