support generating embark demo in vue.js
See original GitHub issueOutline
The goal of this task is to create the equivalent template of the react dapp generated byembark demo
in vue.js
An Embark template for vue.js can be found here https://github.com/embark-framework/embark-vue-template.
The code for the embark_demo can be found here https://github.com/embark-framework/embark/tree/master/templates/demo
Acceptance Criteria
embark demo --vuejs
should generate a vuejs dapp, with the same functionality as the default embark demo dapp.
Issue Analytics
- State:
- Created 5 years ago
- Comments:35 (23 by maintainers)
Top Results From Across the Web
support generating embark demo in vue.js · Issue #937 - GitHub
Outline The goal of this task is to create the equivalent template of the react dapp generated byembark demo in vue.js An Embark...
Read more >support generating embark demo in vue.js | embark-framework ...
Outline The goal of this task is to create the equivalent template of the react dapp generated by`embark demo` in vue.js An Embark...
Read more >Vue.js - The Progressive JavaScript Framework | Vue.js
Builds on top of standard HTML, CSS and JavaScript with intuitive API and world-class documentation. Performant. Truly reactive, compiler-optimized rendering ...
Read more >Setup Vue.js Hello World In Visual Studio Code | by Ryan James
Type the following command into the command line. npm i -g @vue/cli. Once this is complete, we will create our project: vue create...
Read more >Templates - Embark
Vyper Template. Template to demonstrate the use of the Vyper contracts · Embark Demo React Template. A React Application showcasing Embark's functionality.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
One more thought on
--template
vs.--framework
: in addition to--template
providing symmetry, it’s also possible that any given template (not just “frameworks”) might wish to provide both a minimal template as such, and a more full-featured demo of that template.Good question, it’s the first time we ever have a latest release and a @next release, but I would recommend just doing it for
develop
.