view client/README.md @ 142:edce32db775a vue-gettext

merge with default
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 02 Jul 2018 09:37:15 +0200
parents 9a5bbe9c593c
children a719a3ba2fb4
line wrap: on
line source

N.N
===

* Install dependencies

  * Javascript

    `yarn install`

* Configuration via `.env`-file

  **Example** given via `.env.sample`

  ```
  cp .env.sample .env
  ````

* Start Development servers

  * Javascript

    Run webpack-dev-server with `yarn serve`

  * If you also want to start the backend, try

    `yarn run:both`

* Build `yarn build`

  builds the production ready assets to `web` folder.