Skip to content

Developer-Autodesk/Developer-Autodesk.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autodesk Developer GitHub Repos

This is a collection of all samples found on Autodesk Developer website. It takes the response body (in src/repos.json) of GET https://api.github.com/orgs/Developer-Autodesk/repos and present them in the page.

Setup

npm install

Develop

# serve with hot reload at localhost:8080
npm run dev

Built with webpack + vue.js. All source files in src folder, compiled into dist folder. The cards on the page are defined in src/Cards.vue.

Build

# build for production with minification
npm run build