Skip to content

openstudiocoalition/floorspace.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FloorspaceJS

a widget for creating 2d geometry for building energy models

Getting Started

Read the docs then try out the latest development version in your browser.

Build Setup

# install node using nvm
$ nvm install 20
$ nvm use 20
$ npm install --global yarn

# install locked dependencies
yarn install --frozen-lockfile

# install and update dependencies (optional)
yarn install

# serve with hot reload at localhost:8080
yarn wp:dev

# build for production with minification
yarn wp:build

# build single page output for openstudio
yarn openstudio-build

# run unit tests
yarn run unit

# run e2e tests
yarn run e2e

# run performance tests (optional)
yarn perf

# run test playwright watch mode interactive
yarn playwright test --ui test/playwright

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 38.5%
  • JavaScript 28.1%
  • TypeScript 22.0%
  • Vue 9.0%
  • SCSS 1.1%
  • Ruby 0.6%
  • Other 0.7%