Skip to content

Can't modify CustomWidgets.js template in cookie cutter(-2) app with component option #621

Answered by jourdain
moon-chyldren asked this question in General
Discussion options

You must be logged in to vote

Here is what works for me

python3.10 -m venv .venv
source .venv/bin/activate
pip install -e .
cd vue-components
npm i
npm run build
cd ..
test-cookie --server

Then in another terminal

cd vue-components
# ... edit js
npm run build
# reload browser

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@moon-chyldren
Comment options

Answer selected by moon-chyldren
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants