Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 796 Bytes

readme.md

File metadata and controls

35 lines (23 loc) · 796 Bytes

Rspack Vue Demo

This is a demo of Rspack bundling a Vue project using vue-loader,unplugin-auto-import and unplugin-vue-components.

Setup

  1. Clone this repository:

    git clone https://github.com/loilo/rspack-vue-demo.git
  2. Install dependencies:

    npm ci
  3. Verify that the project is working as expected (i.e. displaying a barebones incrementable counter) by running the dev server:

    npm run serve

    Alternatively, test by building the project...

    npm run build

    ...and serving the created dist folder:

    npm run preview