Howto configure Azure Pipelines for Github – Ideas For Free - Feb 2, 2019
[…] you read this post, I assume that you have already known that I started to create open source project Generator-Office-X. If you want to know why, just visit the previous […] Generator-Office-X – Ideas For Free - Feb 3, 2019
[…] finally I have time to start realizing the idea. You can read in other post why I am starting Generator-Office-X.
It’s been a while since my pull request to Generator-Office for Vue template has been made. I can see that my pull request now has some conflict, after the master branch received new merge from others.
Conflict due other higher priority changes
While working on Office Add-ins generator using Vue, I made some modification in index.ts between line 294-295. I added action to copy 3 dot files: .eslintignore, .eslintrc.js and .
Ideal contribution to open source – Ideas For Free - Feb 2, 2019
[…] working on Office Add-ins generator using Vue, I made some modification in index.ts between line 294-295. I added action to copy 3 dot files: […]
In part-2, I have described how start to create a new Office add-in Vue template generator. As new template author, I relies on Yeoman documentation, original generator-office source code and rounds of rounds of testing to ensure that the new template will work.
Fortunately the generator-office source code has been developed with easy to follow structure. The source code is available openly, so that I can read and follow the framework - even with minimum documentation.
Creating Office add-in generator using Vue (part-3) – Ideas For Free - Feb 1, 2019
[…] part-2, I have described how start to create a new Office add-in Vue template generator. As new template […]
In part-1, I briefly provide the ideas behind creating Office add-in generator using Vue and the working plan. If you have not read part-1 please check it here.
Third step: Create static Office add-in Vue I follow the steps in “Build an Excel add-in using Vue” to prepare starting template. I will remove the static value with ejs template syntax, so that Yeoman will replace it during the project generation process.
Creating Office add-in generator using Vue (part-2) – Ideas For Free - Feb 1, 2019
[…] In part-1, I briefly provide the ideas behind creating Office add-in generator using Vue and the working plan. If you have not read part-1 please check it here. […]
Since I read the “Build an Excel add-in using Vue” article here, I have been using the steps to create many Office add-ins project using Vue framework. For me, Vue is much simpler compared to React or Angular. May be it is just my personal opinion, but I have been trying so long to understand React and Typescript – whereas for Vue I can quickly adopt the framework for my project.