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
cd112bd683
Refactor/upgrade backend and frontend parts (#2)
* ♻️ Refactor and simplify backend code
* ♻️ Refactor frontend state, integrate typesafe-vuex accessors into state files
* ♻️ Use new state accessors and standardize layout
* 🔒 Upgrade and fix npm security audit
* 🔧 Update local re-generation scripts
* 🔊 Log startup exceptions to detect errors early
* ✏️ Fix password reset token content
* 🔥 Remove unneeded Dockerfile directives
* 🔥 Remove unnecessary print
* 🔥 Remove unnecessary code, upgrade dependencies in backend
* ✏️ Fix typos in docstrings and comments
* 🏗️ Improve user Depends utilities to simplify and remove code
* 🔥 Remove deprecated SQLAlchemy parameter
|
6 years ago |
.. |
public
|
🎉 First commit, from couchbase generator, basic changes
|
7 years ago |
src
|
Refactor/upgrade backend and frontend parts (#2)
|
6 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
|
🎉 First commit, from couchbase generator, basic changes
|
7 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 |
package-lock.json
|
Refactor/upgrade backend and frontend parts (#2)
|
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 |
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