We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vue-cli3.0建的项目跑不起来,一直启动不了啊
The text was updated successfully, but these errors were encountered:
vue.config.js 配置如下 const SkeletonWebpackPlugin = require('vue-skeleton-webpack-plugin') module.exports = { chainWebpack: config => { config.plugin('SkeletonWebpackPlugin').use(SkeletonWebpackPlugin,[ { webpackConfig: { entry:{ app: path.resolve(__dirname,'./src/entry-skeleton.js') } }, quiet: true, minimize: true, router: { mode: 'history', routes: [ { path: '/', skeletonId: 'skeletonIndex' }, { path: '/about', skeletonId: 'skeletonAbout' }, ] } } ]) } }
Sorry, something went wrong.
No branches or pull requests
vue-cli3.0建的项目跑不起来,一直启动不了啊
The text was updated successfully, but these errors were encountered: