# vue-dev-server **Repository Path**: mirrors_vuejs/vue-dev-server ## Basic Information - **Project Name**: vue-dev-server - **Description**: A POC dev server that allows you to import `*.vue` files via native ES modules imports. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: archive - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @vue/dev-server > **This is a proof of concept.** > > Imagine you can import Vue single-file components natively in your browser... without a build step. In an directory, create an `index.html`: ``` html
``` In `App.vue`: ``` vue