docs(ui): typo

This commit is contained in:
Guillaume Chau
2018-04-23 20:04:20 +02:00
parent 08077ac5d0
commit c07a76180b

View File

@@ -299,7 +299,7 @@ module.exports = {
The `clientAddonConfig` method will generate the needed vue-cli configuration. Among other things, it disables CSS extraction and outputs the code to `./dist/index.js` in the client addon folder.
**⚠️ Don't forget to replace `<client-addon-id>` in the `baseUrl` field with the id of your new client addon!**
**⚠️ Don't forget to replace `<client-addon-id>` in the `id` field with the id of your new client addon!**
Then modify the `.eslintrc.json` file to add some allowed global objects: