awesome-bim

A curated collection of useful BIM (Building Information Modeling) resources, libraries, software and frameworks for AEC research, application development, data analysis, and general computation.

View the Project on GitHub mitevpi/awesome-bim

Back

Vue.js Resources

Vue.js Logo

Developer Essentials

Vue.js Home

Central hub for everything Vue. Regularly updated site with documentation, tutorials, and many other crucial resources.

Vue.js Documentation

The best place to get started with Vue.js and to refer to during development. Vue is known for having some of the best documentation among the modern frontend frameworks, and it is highly encouraged that developers take the time to read through the thurough documentation.

Sample Projects & Code

Vue Template (Standard API)

Starter template for Vue projects, including configurations for code quality.

Vue Template (Composition API)

Starter template for Vue projects with the upcoming (Vue 3.0) Composition API.

Vue.js Logo

Vue SSR Example

Vue.js example using server-side rendering.

Vue + D3 Interactive DOM Manipulation

Data visualization example using Vue.js to dynamically manipulate DOM elements.

Vue.js Logo

Other Resources

Vuetify

UI Component framework for Vue.js built on the Material Design standards. Very well documented, and highly functional.