添加devDependencies

This commit is contained in:
fxy060608 2018-11-18 15:05:52 +08:00
parent 9cd49e725a
commit 2ca7c14dbc
2 changed files with 7 additions and 5 deletions

View File

@ -24,7 +24,12 @@ module.exports = (api, options, rootOptions) => {
'@dcloudio/uni-h5': '^0.0.1' '@dcloudio/uni-h5': '^0.0.1'
}, },
devDependencies: { devDependencies: {
'@dcloudio/vue-cli-plugin-uni': '^0.0.1' '@dcloudio/vue-cli-plugin-uni': '^0.0.1',
'download-git-repo': '^1.1.0',
'globby': '^8.0.1',
'ora': '^3.0.0',
'rimraf': '^2.6.2',
'user-home': '^2.0.0'
}, },
babel: { babel: {
presets: [ presets: [
@ -41,9 +46,6 @@ module.exports = (api, options, rootOptions) => {
vue: { vue: {
baseUrl: '/', baseUrl: '/',
assetsDir: 'static' assetsDir: 'static'
},
vuePlugins: {
service: [path.resolve(__dirname, '../vue-cli-plugin-uni-app')]
} }
}) })

View File

@ -8,7 +8,7 @@ module.exports = [{
}, },
{ {
name: 'Hello uni-app', name: 'Hello uni-app',
value: 'direct:https://www.inkercloud.com/masterkong/hello-uniapp.zip' value: 'hello uni-app'
}, },
{ {
name: '登录模板', name: '登录模板',