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.
Alejandra S 64e4d37ee2
📌 Add NodeJS version management and instructions (#551)
2 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
.nvmrc 📌 Add NodeJS version management and instructions (#551) 2 years ago
Dockerfile 🐛 Fix frontend hijacking /docs in development (#6) 6 years ago
README.md 📌 Add NodeJS version management and instructions (#551) 2 years ago
babel.config.js ⬆️ Upgrade to Vue CLI 4 (#120) 5 years ago
nginx-backend-not-found.conf 🐛 Fix frontend hijacking /docs in development (#6) 6 years ago
package.json ⬆️ Upgrade to Vue CLI 4 (#120) 5 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

Node Requirements

You can use either fnm or nvm to manage your Node.js versions.

Using nvm

If you prefer nvm, run the following command to install the recommended Node.js version:

nvm install

Using fnm

If you prefer fnm, run the following command to install the recommended Node.js version:

fnm install

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