# http-vue-loader **Repository Path**: ext-opensource/http-vue-loader ## Basic Information - **Project Name**: http-vue-loader - **Description**: http-vue-loaderhttp-vue-loader - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-03-15 - **Last Updated**: 2023-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### :tada: **http-vue-loader** evolved into [**vue3-sfc-loader**](https://github.com/FranckFreiburger/vue3-sfc-loader) that supports Vue2 and Vue3 :tada: ### (see the [announcement](https://github.com/FranckFreiburger/http-vue-loader/issues/127)) # 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