Skip to content

serguun42/Social-Picker-Vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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