How to setup copy of Venia Concept to work locallyHow to deploy pwa-studio on server in production mode?PWA setup with magento2.3Magento 2 PWA Venia - how to set 404 pagePWA Setup in Magento 2.3.0 on Windows 7Adding new pages to renderRoutes — venia-conceptMagento 2.3 PWA Studio. Issue of browsing to the application
Why didn’t Eve recognize the little cockroach as a living organism?
I'm just a whisper. Who am I?
How to I force windows to use a specific version of SQLCMD?
If A is dense in Q, then it must be dense in R.
How do I prevent inappropriate ads from appearing in my game?
How do I tell my boss that I'm quitting in 15 days (a colleague left this week)
What does the word 'upstream' mean in the context?
Do you waste sorcery points if you try to apply metamagic to a spell from a scroll but fail to cast it?
Limit max CPU usage SQL SERVER with WSRM
SOQL query causes internal Salesforce error
El Dorado Word Puzzle II: Videogame Edition
Why does a 97 / 92 key piano exist by Bösendorfer?
Did I make a mistake by ccing email to boss to others?
Pre-Employment Background Check With Consent For Future Checks
Difference between shutdown options
In One Punch Man, is King actually weak?
Is there a RAID 0 Equivalent for RAM?
Do I have to take mana from my deck or hand when tapping a dual land?
How to make money from a browser who sees 5 seconds into the future of any web page?
Isometric embedding of a genus g surface
Sound waves in different octaves
Proving an identity involving cross products and coplanar vectors
Determining multivariate least squares with constraint
What does "tick" mean in this sentence?
How to setup copy of Venia Concept to work locally
How to deploy pwa-studio on server in production mode?PWA setup with magento2.3Magento 2 PWA Venia - how to set 404 pagePWA Setup in Magento 2.3.0 on Windows 7Adding new pages to renderRoutes — venia-conceptMagento 2.3 PWA Studio. Issue of browsing to the application
I'm exploring PWA Studio and one thing I'm interested in finding out is how it can be easily used by copying Venia-Concept and using it as a stand alone REACT app. Rather than downloading the entire monorepo which includes all the other packages.
So far I've tried the below but it exits with an error saying it can't find babel, I'm not sure why as it works when I follow the instructions to install it as a monorepo.
git clone https://github.com/magento-research/pwa-studio.git venia-temp
cd venia-temp
cp -R packages/venia-concept ../
cp babel.config.js ../venia-concept/
cd ../venia-concept/
yarn install
cp .env.dist .env
yarn run build
$ yarn run clean && yarn run build:esm && yarn run validate-queries && yarn run build:prod
$ rimraf dist esm
$ BABEL_ENV=development babel src --out-dir esm --root-mode 'upward' --source-maps --copy-files
/bin/sh: babel: command not found
error Command failed with exit code 127.
Any ideas on what's causing this issue to occur and how I can get it working?
I know I could use the venia-consumer-example or fallback-studio, but I'm interested in seeing how it can work this way too.
pwa-studio venia
add a comment |
I'm exploring PWA Studio and one thing I'm interested in finding out is how it can be easily used by copying Venia-Concept and using it as a stand alone REACT app. Rather than downloading the entire monorepo which includes all the other packages.
So far I've tried the below but it exits with an error saying it can't find babel, I'm not sure why as it works when I follow the instructions to install it as a monorepo.
git clone https://github.com/magento-research/pwa-studio.git venia-temp
cd venia-temp
cp -R packages/venia-concept ../
cp babel.config.js ../venia-concept/
cd ../venia-concept/
yarn install
cp .env.dist .env
yarn run build
$ yarn run clean && yarn run build:esm && yarn run validate-queries && yarn run build:prod
$ rimraf dist esm
$ BABEL_ENV=development babel src --out-dir esm --root-mode 'upward' --source-maps --copy-files
/bin/sh: babel: command not found
error Command failed with exit code 127.
Any ideas on what's causing this issue to occur and how I can get it working?
I know I could use the venia-consumer-example or fallback-studio, but I'm interested in seeing how it can work this way too.
pwa-studio venia
add a comment |
I'm exploring PWA Studio and one thing I'm interested in finding out is how it can be easily used by copying Venia-Concept and using it as a stand alone REACT app. Rather than downloading the entire monorepo which includes all the other packages.
So far I've tried the below but it exits with an error saying it can't find babel, I'm not sure why as it works when I follow the instructions to install it as a monorepo.
git clone https://github.com/magento-research/pwa-studio.git venia-temp
cd venia-temp
cp -R packages/venia-concept ../
cp babel.config.js ../venia-concept/
cd ../venia-concept/
yarn install
cp .env.dist .env
yarn run build
$ yarn run clean && yarn run build:esm && yarn run validate-queries && yarn run build:prod
$ rimraf dist esm
$ BABEL_ENV=development babel src --out-dir esm --root-mode 'upward' --source-maps --copy-files
/bin/sh: babel: command not found
error Command failed with exit code 127.
Any ideas on what's causing this issue to occur and how I can get it working?
I know I could use the venia-consumer-example or fallback-studio, but I'm interested in seeing how it can work this way too.
pwa-studio venia
I'm exploring PWA Studio and one thing I'm interested in finding out is how it can be easily used by copying Venia-Concept and using it as a stand alone REACT app. Rather than downloading the entire monorepo which includes all the other packages.
So far I've tried the below but it exits with an error saying it can't find babel, I'm not sure why as it works when I follow the instructions to install it as a monorepo.
git clone https://github.com/magento-research/pwa-studio.git venia-temp
cd venia-temp
cp -R packages/venia-concept ../
cp babel.config.js ../venia-concept/
cd ../venia-concept/
yarn install
cp .env.dist .env
yarn run build
$ yarn run clean && yarn run build:esm && yarn run validate-queries && yarn run build:prod
$ rimraf dist esm
$ BABEL_ENV=development babel src --out-dir esm --root-mode 'upward' --source-maps --copy-files
/bin/sh: babel: command not found
error Command failed with exit code 127.
Any ideas on what's causing this issue to occur and how I can get it working?
I know I could use the venia-consumer-example or fallback-studio, but I'm interested in seeing how it can work this way too.
pwa-studio venia
pwa-studio venia
asked 10 mins ago
HollyHolly
2,33733377
2,33733377
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266760%2fhow-to-setup-copy-of-venia-concept-to-work-locally%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266760%2fhow-to-setup-copy-of-venia-concept-to-work-locally%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown