All Projects → tudelft3d → 3dbag-viewer

tudelft3d / 3dbag-viewer

Licence: GPL-3.0 License
3dbag.nl

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

3D BAG Viewer

This is the repository for the components of the website and viewer of the 3D BAG. For general 3D BAG or data-related questions, issues see https://docs.3dbag.nl/en/contact/ .

Installation

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Development

Following the guidelines

We are using ESLint to enforce Vue's style guide. This means, the project will not compile if those guidelines are not followed.

Automatically fix issues

Just run:

npm run lint

Using Visual Studio Code

If you are using VS Code for development, you can enable ESLint suggestions on the editor:

  1. Install the Vuter and ESLint plugins
  2. Add the following lines to your VS Code setting.json:
"eslint.validate": [
    "javascript",
    "javascriptreact",
    "vue"
],
"vetur.validation.template": false
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].