- prettier (dfa7eee7)
- increase printWidth for prettierrc (e3f3e3b9)
- add new component (15cbb2f1)
- remove old component (229e7726)
- typo (02c48d2c)
- preprocess css (a297c9b0)
- add readme to plugin project (ceeeef9b)
- add sass & sass-loader (60f36b9e)
- add cypress for e2e testing (4e1be4ff)
- add jest for unit testing (2888254e)
- add .prettierrc and override trailingComma property (3b78f728)
- add jsconfig to vue-plugin-cli aswell (dcd9ccb9)
- add jsconfig for Vetur (93da6a7c)
- introduce eslint and prettier (2eb3fb1e)
- add .editorconfig to plugin template (6c6a1da5)
- make prompt required and pascalify plugin name (8017d68b)
- add webpackchunkname to code splitted route (40e295aa)
- start adding support for code splitting and tree shaking (e389cccf)
- fixing prettier errors (fe9cb64a)
- incorrect import (604842ba)
- fix root jsoncif for vue-plugin-cli (4a84e53c)
- add prettierrc to plugin-init script (7b4e7765)
- remove defineComponent leftovers (8200f001)
- rename state to store (2871ba50)
- remove update-check (88764929)
- separate files in different categories (36cfb7aa)
- code formatting, renaming, conventions, new component, etc (918b3694)
- drop entry.js file and replace it with single index.js (76c63c2a)
- do not initialize git repo inside plugin folder (bf505d2f)
- rename entry.esm.js to index.js (8607dc9d)
- drop support for cjs (for now) and inlineDynamicImports for .min builds (3df88b0f)
- move ejs to dependencies instead of devDependencies (d198db50)
- check if response from updateCheck is not null (ce2d7593)
- wording (f60b4d48)
- fixed save path (54a74191)
- conflicting variable name (f8638d00)
- use shelljs to get pwd (578f431f)
- npmrc (574f7f06)
- navigate to pwd (35c0f5d3)
- description in readme (aaf7ebdb)
- update rollup config (137d2b7a)
- update plugin-package.json (3006e7d6)
- setup git repo, install dependencies and console output (777ce9a5)
- display current version and latest vesrion (b3ea9ed5)
- remove console.log (5ffb7ef7)
- remove unused properties (8664674a)
- opt in for vue router and vuex (ddf38198)
- add developer instructions to home page (89d31338)
- add some comment explaining each file purpose (d7038589)
- drop support for Vue 2 (76eaf479)
- replace hardcoded id with plugin name (be585a9f)
- add example counter component and counter Vuex module (743e836d)
- add information paragraph to home page of dev (df53a378)
- creating starting development template (03af6826)
- add message with instructions on next step when script is completed (35fb72fd)
- default plugin name (7cb6fcbe)
- copy vuex files only if Vuex was selected during prompt (4e77c133)
- copy router files only if Vue Router was selected during prompt (14b6e1c4)
- depending on the Vue version use different syntax for Vue Router (25c50946)
- depending on Vue version use different syntax for creating a Vuex store (b60b4711)
- add appropriate vue router and vuex versions to package.json (1f0f3e3c)
- add vue router and vuex selection to generator (2742a6cf)
- add router and store files to cli script (7799ad9e)
- add router and store definitions for development environment of Vue plugin (1150015d)
- add two more question prompts, use router and use vuex (35747bed)
- fixing Vue 2 template (ca4d6fa5)
- remove unused file and fix ejs template (eabc9433)
- remove types for non typescript projects (8e81173f)
- fix the output of template (00fabf7f)
- update scripts inside package.json (390bcb77)
- first implementation of generator (94d2223d)
- wrong ejs tags (71a20730)
- incorrect character in path (70f2fdb7)
- entry => fileAction (dc1a313a)
- missing require, and wrong variable name (28530942)
- fix version (f5dddcc4)
- update CHANGELOG.md (c858bfc3)
- remove duplicated script (96212acb)
- bump package version (618b03ad)
- update package.json (1e30bb26)
- add changelog.md (11040ed0)
- add plugin-init.js main file for our cli tool (1a1b09ae)
- add .editorconfig and formatted existing .js files (b28af76a)
- installed husky and commitlint to lint messages on commit (9c01810c)
- check if vue-plugin-cli has any updates (d0d0f216)
- created couple of questions that user of this cli must answer (6e0f62bd)
- renamet function for package update (2846fdc8)
- remove duplicated script (96212acb)
- bump package version (618b03ad)
- update package.json (1e30bb26)
- add changelog.md (11040ed0)
- add plugin-init.js main file for our cli tool (1a1b09ae)
- add .editorconfig and formatted existing .js files (b28af76a)
- installed husky and commitlint to lint messages on commit (9c01810c)
- created couple of questions that user of this cli must answer (6e0f62bd)
- renamet function for package update (2846fdc8)
- add plugin-init.js main file for our cli tool (1a1b09ae)
- add .editorconfig and formatted existing .js files (b28af76a)
- installed husky and commitlint to lint messages on commit (9c01810c)
- created couple of questions that user of this cli must answer (6e0f62bd)