本文介绍了如何使用vuejs和tailwindcss配置电子的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我无法使用这些技术从头开始配置项目.或者如果我可以将nuxtjs与electronjs一起使用
I have not been able to configure a project from scratch with these technologies.Or if I can use nuxtjs with electronjs
推荐答案
最好使用这样的模板启动器:
Its best to use a template starter such as this one:
https://github.com/SimulatedGREG/vue-electron
,然后按照此处的指南配置tailwindcss:
and then configure tailwindcss following the guide here:
https://tailwindcss.com/docs/installation/
我希望对您有帮助
这篇关于如何使用vuejs和tailwindcss配置电子的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!