# http-vue-loader **Repository Path**: exphp/http-vue-loader ## Basic Information - **Project Name**: http-vue-loader - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2019-04-27 - **Last Updated**: 2022-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # http-vue-loader Load .vue files directly from your html/js. No node.js environment, no build step. ## examples `my-component.vue` ```vue ``` `index.html` ```html
``` ## More examples using `httpVueLoader()` ```html ... ``` Then, in you `.vue` file: ```CoffeeScript ... ... ``` Example - Stylus: ```JavaScript ``` ```stylus ... ... ``` Sass (SCSS) example. Since `sass.compile()` is asynchronous, a promise needs to be returned: ```JavaScript