/Social-Picker-Vue

Vue.js frontend for Social-Picker-API

Primary LanguageVueBoost Software License 1.0BSL-1.0

Social Picker Vue.js

Frontend client built for Social Picker API.

  1. Install only necessary npm dependencies – npm i --production
  2. Change variables in production.env
  3. Build static Redoc API based on api.ymlnpm run generate-openapi-redoc
  4. Build with Vue & Webpack – npm run build
  5. Move built folder dist to accessible public folder

Additional/dev only commands

  • Generate OpenAPI components based on Typescript types (located in src/types)
    1. npm i -D ts-to-openapi
    2. npm run generate-openapi-types