You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to web development, TypeScript/JavaScript, and their plugin development process. I want to extract a plugin from the site directory into a separate package, but unfortunately ran into some difficulties. I am looking for a simple way to create a package with a plugin and React component, but there are no official development workflow guides and this template also appears outdated.
Is it necessary to have the "demo" site in the package folder? Maybe yarn link or yarn add file:./path will work?
How to make development faster? Without running yarn run build && yarn run serve on every change?
How to make development less annoying? Without changing plugin path in docusaurus.config.js before pushing to github?
The text was updated successfully, but these errors were encountered:
AMD-NICK
changed the title
Please update this tebplate
Please update this template
Feb 1, 2025
I am new to web development, TypeScript/JavaScript, and their plugin development process. I want to extract a plugin from the site directory into a separate package, but unfortunately ran into some difficulties. I am looking for a simple way to create a package with a plugin and React component, but there are no official development workflow guides and this template also appears outdated.
yarn link
oryarn add file:./path
will work?yarn run build && yarn run serve
on every change?docusaurus.config.js
before pushing to github?The text was updated successfully, but these errors were encountered: