Basic nuxt project setup
This commit is contained in:
14
vetur.config.js
Normal file
14
vetur.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/** @type {import('vls').VeturConfig} */
|
||||
module.exports = {
|
||||
settings: {
|
||||
"vetur.useWorkspaceDependencies": true,
|
||||
"vetur.experimental.templateInterpolationService": true
|
||||
},
|
||||
projects: [
|
||||
{
|
||||
root: './www',
|
||||
package: './www/package.json',
|
||||
tsconfig: './www/tsconfig.json',
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user