npldevfr / notionify

NotionUI engine in vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

  1. Clone the repository to your local machine.
  2. Run pnpm install to install the dependencies.
  3. Run pnpm build to build the bundle.
  4. Run pnpm start to start the bundle.
  5. Run pnpm lint to lint the code. (You can also run pnpm lint:fix to fix the linting errors.)
  6. Run pnpm test to run the tests. (You can also run pnpm test:watch to run the tests in watch mode.)
pnpm install # Install the dependencies

pnpm build # Build the bundle

pnpm clean # Clean all node_modules
pnpm clean:dist # Clean dist folder in all packages

About

NotionUI engine in vue


Languages

Language:TypeScript 47.7%Language:CSS 27.0%Language:Vue 17.8%Language:HTML 7.5%