3.0.0 • Published 8 months ago

vue3-multipage v3.0.0

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
8 months ago

vue3-multipage

VUE multi-page configuration

Install

> npm install vue3-multipage --save-dev

Usage

// vue.config.js
const multipage = require('vue3-multipage');
let srcPath = './src'; // src path
let publicPath = '/';  // public path
module.exports = multipage.create(srcPath, publicPath, (filename) => {
    // handle output file name
    return filename;
}, (filename) => {
    // filter file name
    return true;
});
3.0.0

8 months ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago