Skip to content

loilo-archive/rspack-vue-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A demo of Rspack bundling a Vue project using vue-loader and some other tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published