Frontend client built for Social Picker API.
- Install only necessary npm dependencies –
npm i --production - Change variables in
production.env - Build static Redoc API based on
api.yml–npm run generate-openapi-redoc - Build with Vue & Webpack –
npm run build - Move built folder
distto accessible public folder
- Generate OpenAPI components based on Typescript types (located in
src/types)npm i -D ts-to-openapinpm run generate-openapi-types