Skip to content

openstudiocoalition/floorspace.js

This branch is 44 commits ahead of NREL/floorspace.js:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

535527d · Jun 13, 2024
Jun 11, 2024
Jun 11, 2024
Jun 11, 2024
Dec 10, 2023
Mar 23, 2018
Jun 11, 2024
Mar 8, 2018
Dec 13, 2017
Jul 19, 2021
Jun 11, 2024
Dec 22, 2016
Jun 11, 2024
Apr 27, 2018
Dec 22, 2016
Dec 8, 2017
Jun 11, 2024
Jun 12, 2017
Dec 14, 2017
Jun 11, 2024
Dec 10, 2023
Mar 8, 2018
Aug 23, 2017
Dec 14, 2017
Jun 11, 2024
Mar 8, 2018
Dec 17, 2023
Jun 13, 2024
Jun 11, 2024
Jun 11, 2024
Oct 20, 2017
Dec 13, 2023
Dec 10, 2023
Mar 8, 2018
Aug 21, 2017
Jun 11, 2024
Jun 11, 2024
Jun 11, 2024
Jun 13, 2024
May 8, 2017

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%