@dvsmedeiros/oid
v0.1.3
Published
Web components based on the Digital Content Component (DCC) model for the Mundorum space.
Maintainers
Readme
-o-id
Web components based on the Digital Content Component (DCC) model for the Mundorum space.
Environment Install
In this project root directory:
npm installDevelopment
To bundle the JavaScript components and infrastructure, we adopt Vite. The following statements build the development and production packages:
Development Package
npm run build:devProduction Package
npm run buildDevelopment Server
If you wish to run tests in code developed under the -o-id framework, we advise installing:
- Under VSCode
The plugin Microsoft Live Preview.
- Console
The node.js Web Dev Server. The <script type="module">, usual in the development mode, do not accept module inclusion from file: pages; they must be http(s):.
- installing http-server:
npm install @web/dev-server --save-dev - running http-server:
npx web-dev-server --node-resolve
