Update developer_manual/core/code-front-end.rst

Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: Private Maker <49612519+privatemaker@users.noreply.github.com>
This commit is contained in:
Private Maker
2023-09-19 22:15:37 +02:00
committed by GitHub
parent e64d91c0f6
commit 60eca39660

View File

@@ -10,16 +10,16 @@ We are moving more and more toward using Vue.js in the front-end, starting with
.. code-block:: console
# install dependencies
make dev-setup
npm install
# build for development
make build-js
npm run dev
# build for development and watch edits
make watch-js
npm run watch
# build for production with minification
make build-js-production
npm run build
Building styles