How to use vue-helper - 1 common examples

To help you get started, we’ve selected a few vue-helper examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jiaolong1021 / vue-helper / src / library.ts View on Github external
fs.readFile(filename, 'utf8', (err, data) => {
      if (err) {
        console.error('ReadFail');
        return;
      };
      const content = JSON.parse(data);
      content.contributes.configuration.properties['vue-helper.version']['enum'] = versions;
      config.update('version', versions[versions.length - 1], true);
      fs.writeFileSync(filename, JSON.stringify(content, null, 2));
    });
  }

vue-helper

VueJS Helper

MIT
Latest version published 3 years ago

Package Health Score

46 / 100
Full package analysis

Popular vue-helper functions

Similar packages