2.0.0 • Published 7 years ago

test-for-toolkit v2.0.0

Weekly downloads
217
License
-
Repository
-
Last release
7 years ago

test-for-toolkit

A Sample project to make external tools for Toolkit.

Born to life from webpack-simple template.

npm package address: https://www.npmjs.com/package/test-for-toolkit

Basic rules

  • App.vue file is your golbal container but will never be in toolkit. It's only here for devlopment purpose
  • Don't forget to register your module in the store in the mounted hook, see Charts.vue line 45
  • You should expose your variables for events, actions, mutations inside the config folders
  • So don't use plain text for events names, otherwise it will be a nightmare to retro-engineering
  • Be carefull with the created hook
  • Try to find a good name for your tool, and keep it for the store module, the events namespace, ...
  • Don't forgeet to update the main entry in the package.json file, it should be the tool composant (that will be integrated to Toolkit)
  • In Toolkit, lodash is installed so go on!

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# increment version
npm version [major | minor | patch]

# publish
npm publish

For detailed explanation on how things work, consult the docs for vue-loader.

2.0.0

7 years ago

1.3.33

7 years ago

1.3.31

7 years ago

1.3.30

7 years ago

1.3.29

7 years ago

1.3.28

7 years ago

1.3.27

7 years ago

1.3.26

7 years ago

1.3.25

7 years ago

1.3.24

7 years ago

1.3.23

7 years ago

1.3.22

7 years ago

1.3.21

7 years ago

1.3.20

7 years ago

1.3.19

7 years ago

1.3.18

7 years ago

1.3.17

7 years ago

1.3.16

7 years ago

1.3.15

7 years ago

1.3.14

7 years ago

1.3.13

7 years ago

1.3.12

7 years ago

1.3.11

7 years ago

1.3.10

7 years ago

1.3.9

7 years ago

1.3.8

7 years ago

1.3.7

7 years ago

1.3.6

7 years ago

1.3.5

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

0.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago