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
dist
to accessible public folder
- Generate OpenAPI components based on Typescript types (located in
src/types
)npm i -D ts-to-openapi
npm run generate-openapi-types