Robert Schäfer 41f0a44d08 Separate .nuxt folders for docker and local setup
Creating a separate volume for .nuxt/ where nuxt stores its transpiled
files ensures that both local and docker setup are isolated from each
other. E.g. on Linux I see these annoying owner permission errors,
because the user in the docker environment is called `root` not my user
on my host system `robert`.

This might be interesting for @mattwr18 too
2019-02-15 13:32:57 +01:00
2019-01-28 11:07:13 +01:00
2019-02-06 17:20:11 +01:00
2019-01-21 09:14:36 +01:00
2019-01-28 12:18:06 +01:00
2019-02-13 16:25:50 +01:00
2019-01-10 15:32:54 +01:00
2018-12-14 23:23:09 +01:00
2019-01-10 12:11:26 +01:00
2019-01-18 15:34:08 +01:00
2019-01-16 19:02:28 +01:00
2019-02-13 16:25:50 +01:00
2019-01-11 14:36:37 +01:00
2018-10-09 14:11:21 +02:00
2018-12-06 15:15:33 +01:00
2018-12-21 10:25:12 +01:00
2018-10-09 14:11:21 +02:00
2019-01-24 15:36:37 +00:00
2019-01-10 13:50:20 +01:00
2019-01-18 14:27:00 +01:00
2019-02-15 13:32:54 +01:00
2018-10-09 15:20:43 +02:00
2018-10-09 15:20:43 +02:00
2019-02-15 13:32:54 +01:00

Human Connection - NITRO Web

Build Status

UI Screenshot

Build Setup

Install

# install all dependencies
$ cd styleguide && yarn install && cd ..
$ yarn styleguide:build
$ yarn install

Copy:

cp .env.template .env

Configure the file .env according to your needs and your local setup.

Development

# serve with hot reload at localhost:3000
$ yarn dev

Build for production

# build for production and launch server
$ yarn styleguide:build
$ yarn build
$ yarn start

Styleguide

All reusable Components (for example avatar) should be done inside the styleguide directory.

Styleguide Screenshot

To show the styleguide

$ yarn styleguide

Internationalization (i18n)

You can help translating the interface by joining us on lokalise.co.

Thanks lokalise.co that we can use your premium account!

localise.co

Attributions

Locale Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY
Languages
TypeScript 36%
JavaScript 20.4%
Vue 19.2%
HTML 18.3%
SCSS 4.6%
Other 1.4%