Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wesssel/vue-pug-stylus
Vue boilerplate 💚 🐶 🖌
https://github.com/wesssel/vue-pug-stylus
Last synced: 8 days ago
JSON representation
Vue boilerplate 💚 🐶 🖌
- Host: GitHub
- URL: https://github.com/wesssel/vue-pug-stylus
- Owner: wesssel
- Archived: true
- Created: 2017-12-16T15:10:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T05:37:17.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T13:30:17.560Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 43
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue + Pug + Stylus
Vue boilerplatePost about this stack can be found [here](https://medium.com/@wesselvanderpal/vue-components-with-pug-and-stylus-556508b74c96)
*Component structure:*
```
├── config.json
├── index.vue
├── script.js
├── style.styl
├── template.pug
└── test.spec.js
```### Install
`yarn`
### Dev
`yarn dev`
### Test
`yarn test`