Vue + Pug + Stylus
Vue boilerplate
Post about this stack can be found here
Component structure:
├── config.json
├── index.vue
├── script.js
├── style.styl
├── template.pug
└── test.spec.js
Install
yarn
Dev
yarn dev
Test
yarn test
Category: Vue.js / Projects Using Vue.js |
Watchers: 2 |
Star: 43 |
Fork: 9 |
Last update: May 31, 2023 |
Vue boilerplate
Post about this stack can be found here
Component structure:
├── config.json
├── index.vue
├── script.js
├── style.styl
├── template.pug
└── test.spec.js
yarn
yarn dev
yarn test
Recently stumbled upon pug. ..ofc I wanted to integrate. and I read your post, and I like it, also I like this github blueprint for the integration. But I'm missing the easy src/components folder and so forth. ..would totally star this if it had it.
regards