Questions regarding how to use electron or vue are likely to be closed as they are not direct issues with this boilerplate. Please seek solutions from official documentation or their respective communities.
#
#
i need use stylus in vue, but i can't config it, i hope like vue init webpack, init suport stylus.
#
or show some samples what i can study.
@JarlRyan
All should need to do is install the proper dependencies with...
npm install stylus-loader stylus --save-dev
From there, you should be able to add the lang="stylus" attribute to your <style> tags.
Most helpful comment
@JarlRyan
All should need to do is install the proper dependencies with...
From there, you should be able to add the
lang="stylus"attribute to your<style>tags.