Skip to content

krisantuswanandi/havus-webhook-client

 
 

Repository files navigation

webhook-client

Project setup

yarn install

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build && cp redirects.txt dist/_redirects

Preview production build

yarn preview

Lints and fixes files

yarn lint

Docker run local

$ docker run --rm -p 8000:8000 havus/vue-webhook-client:1.0-rc

Customize configuration

See Configuration Reference.

References

Setup Editor

  • Install the required extensions:
  • Add a new file to the project's root .vscode/settings.json with the following:
{
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.formatOnSave": true,
  "[html]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[json]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[yaml]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[vue][javascript][css][postcss][scss]": {
    "editor.formatOnSave": false,
    "editor.codeActionsOnSave": {
      "source.fixAll": true,
    },
  },
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 50.7%
  • JavaScript 25.8%
  • TypeScript 18.5%
  • Dockerfile 2.2%
  • Shell 1.4%
  • HTML 1.4%