Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 587 Bytes

File metadata and controls

24 lines (18 loc) · 587 Bytes

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