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.
Sebastián Ramírez 0cc802eec8
🎨 Format files with pre-commit and Ruff (#611)
1 year ago
..
public ♻️ Refactor project generation, discard cookiecutter, use plain git/clone/fork (#553) 2 years ago
src 🎨 Format files with pre-commit and Ruff (#611) 1 year ago
tests/unit ♻️ Refactor project generation, discard cookiecutter, use plain git/clone/fork (#553) 2 years ago
.dockerignore ♻️ Refactor project generation, discard cookiecutter, use plain git/clone/fork (#553) 2 years ago
.env ♻️ Refactor project generation, discard cookiecutter, use plain git/clone/fork (#553) 2 years ago
.gitignore ♻️ Refactor project generation, discard cookiecutter, use plain git/clone/fork (#553) 2 years ago
.nvmrc 🎨 Format files with pre-commit and Ruff (#611) 1 year ago
Dockerfile ♻️ Refactor frontend Docker build setup, use plain NodeJS, use custom Nginx config, fix build for old Vue (#555) 2 years ago
README.md ♻️ Refactor project generation, discard cookiecutter, use plain git/clone/fork (#553) 2 years ago
babel.config.js 🎨 Format files with pre-commit and Ruff (#611) 1 year ago
nginx-backend-not-found.conf ♻️ Refactor project generation, discard cookiecutter, use plain git/clone/fork (#553) 2 years ago
nginx.conf 🎨 Format files with pre-commit and Ruff (#611) 1 year ago
package.json ♻️ Refactor project generation, discard cookiecutter, use plain git/clone/fork (#553) 2 years ago
tsconfig.json ♻️ Refactor project generation, discard cookiecutter, use plain git/clone/fork (#553) 2 years ago
tslint.json ♻️ Refactor project generation, discard cookiecutter, use plain git/clone/fork (#553) 2 years ago
vue.config.js ♻️ Refactor project generation, discard cookiecutter, use plain git/clone/fork (#553) 2 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