增加造数的页面
This commit is contained in:
18
webstorm.config.js
Normal file
18
webstorm.config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
'use strict'
|
||||
const path = require('path')
|
||||
|
||||
function resolve (dir) {
|
||||
return path.join(__dirname, '.', dir)
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
context: path.resolve(__dirname, './'),
|
||||
resolve: {
|
||||
extensions: ['.js', '.vue', '.json'],
|
||||
alias: {
|
||||
'@': resolve('src'),
|
||||
'_c': resolve('src/components')
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user