Skip to content

Developer-Autodesk/Developer-Autodesk.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9a0b527 · Sep 2, 2024
Dec 12, 2016
Dec 13, 2016
Nov 13, 2016
Nov 13, 2016
Dec 10, 2016
Sep 2, 2024
Dec 12, 2016
Dec 12, 2016
Dec 12, 2016

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