Skip to content

GarnBarn/garnbarn-frontend-revise

 
 

Repository files navigation

garnbarn-frontend

garnbarn-frontend Vue Test codecov

Note

Use Node v 12 to start.

📦 Build Steps

1. Install dependency

$ yarn install

2. Create the required config file

  • src/firebaseConfig.json

    This config file can be can be acquired from Firebase

    {
      "apiKey": "",
      "appId": "",
      "authDomain": "",
      "databaseURL": "",
      "measurementId": "",
      "messagingSenderId": "",
      "projectId": "",
      "storageBucket": ""
    }
  • src/GarnBarnApiConfig.json

    This config file contain the API Prefix for the GarnBarn API

    {
      "apiPrefix": "http://localhost:8080",
      "lineClientId": "1234"
    }

    Note: Don't include the / at the end!

3. Serve locally

$ yarn serve

4. Build for Production

$ yarn build

Packages

No packages published

Languages

  • CSS 41.2%
  • Vue 37.3%
  • TypeScript 19.5%
  • JavaScript 1.5%
  • Other 0.5%