
Security News
Rolldown Pulls Rust React Compiler Integration After Binary Size Increase
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.
vue-multiple-cli
Advanced tools
$ npm install vue-multiple-cli -g
# OR
$ yarn global add vue-multiple-cli
$ vum create my-project
$ cd my-project
$ npm start or yarn start
$ vum page my-page
all the template: https://github.com/zhangchao828/vum-page-boilerplate.git
you can also create 'template' directory in you project root,then create some page template in the directory
but all the template name must be start with 'page-'
$ vum update
//default options
module.exports={
//if you want to run all pages,you should set: page:'*'
page:['example'],
port:3000,
sourceMap: true,
//http-proxy-middleware
proxy: {},
publicPath: '../',
//px2rem:{ remUnit: 37.5 }
px2rem: null
}
you can create a webpack.config.js to merge the default webpack config
//webpack.config.js
module.exports=function(defaultWebpackConfig,NODE_ENV){
//NODE_ENV is 'production' or 'development'
return {
//you webpack config
}
}
you can create a postcss.config.js to add new postcss plugins
//postcss.config.js
module.exports=function(defaultPostcssPlugin,NODE_ENV){
return [
//you postcss plugins
]
}
you can create a babel.config.js to merge the default babel config
//babel.config.js
module.exports=function(defaultBabelConfig){
return {
//you babel options
}
}
FAQs
create a multiple page app with vue
The npm package vue-multiple-cli receives a total of 2 weekly downloads. As such, vue-multiple-cli popularity was classified as not popular.
We found that vue-multiple-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.

Security News
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.