No description
Find a file
2024-01-07 23:14:31 +09:00
src https://github.com/IFCjs/openbim-app-templates 2024-01-07 23:04:06 +09:00
.gitignore lock 解除 2024-01-07 23:09:27 +09:00
index.html https://github.com/IFCjs/openbim-app-templates 2024-01-07 23:04:06 +09:00
package.json https://github.com/IFCjs/openbim-app-templates 2024-01-07 23:04:06 +09:00
README.md readme 2024-01-07 23:14:31 +09:00
tsconfig.json https://github.com/IFCjs/openbim-app-templates 2024-01-07 23:04:06 +09:00
tsconfig.node.json that open component として開発開始 2024-01-07 17:03:08 +09:00
vite.config.ts that open component として開発開始 2024-01-07 17:03:08 +09:00

TOC | documentation | demo | community | npm package

cover

Open BIM app templates

NPM Package NPM Package Tests

This repository is a CLI command that allow to quickly start your next BIM application using OpenBIM Components and Vite.

Usage

Starting is really easy, just follow these steps:

  • Install it globally with npm i -g openbim-app-templates.
  • Create a folder anywhere you want and open it within your IDE.
  • In the terminal of the opened folder, run create-openbim-app and follow the prompts.
  • Run npm i and then npm run dev
  • Go to the localhost provided by Vite and enjoy.

Templates

Currently, there are two templates available:

  • Vanilla
  • React

Templates are using TypeScript as OpenBIM Components is written with it, so you can get typing help when developing your app. Keep in mind the templates are not full apps as they lack many of the functionalities from the library, but you can take them as a nice starting point to not going from the scratch.