You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Radek Lonka 697b4da6b0
🐛 Fix welcome message to show email if full name doe not exists (#129)
5 years ago
..
public 🎉 First commit, from couchbase generator, basic changes 7 years ago
src 🐛 Fix welcome message to show email if full name doe not exists (#129) 5 years ago
tests/unit 🎉 First commit, from couchbase generator, basic changes 7 years ago
.dockerignore 🎉 First commit, from couchbase generator, basic changes 7 years ago
.env 🎉 First commit, from couchbase generator, basic changes 7 years ago
.gitignore 🎉 First commit, from couchbase generator, basic changes 7 years ago
Dockerfile 🐛 Fix frontend hijacking /docs in development (#6) 6 years ago
README.md 🎉 First commit, from couchbase generator, basic changes 7 years ago
babel.config.js 🎉 First commit, from couchbase generator, basic changes 7 years ago
nginx-backend-not-found.conf 🐛 Fix frontend hijacking /docs in development (#6) 6 years ago
package.json Refactor/upgrade backend and frontend parts (#2) 6 years ago
tsconfig.json 🎉 First commit, from couchbase generator, basic changes 7 years ago
tslint.json 🎉 First commit, from couchbase generator, basic changes 7 years ago
vue.config.js 🎉 First commit, from couchbase generator, basic changes 7 years ago

README.md

frontend

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit