mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user