
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
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
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.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.