1.2.6 • Published 2 years ago

v-simple-cms v1.2.6

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

v-simple-cms

v-simple-cms is a library that allows the easy manipulation and organiztion of JSON like objects. With the help of simple configuration templates it allows creating complicated forms to manage and export data. In its core v-simple-cms uses v-editor which allows to load, edit, extend, convert and export yaml and json files in the browser.

Build and publish

This package uses rollup.js in order to bundle the components to es5 and ssr builds. In case you need to re-build the package and push it to npm:

npm run r:build
npm publish

Installation

npm i v-simple-cms

Documentation and Examples

Read the documentation

Changelog

  • 1.0.9 - Minor fixes
  • 1.1.0 - Support for Vuetify's TreeShake
  • 1.1.5 - Minor fixes
  • 1.1.6 - v-editor's New Prop! enableExportExtention (type: Boolean, default: false). When set to true the key extension field at export is enabled.
  • 1.1.10 - types (/assets/types.ts) and treeshake components (/assets/treeshake.ts) are availabe. Instead of exporting all of the Vuetify components that are needed to be registered when using treeshake treeshake.ts exports a list of directives and a list of components (as strings) that can be plugged in Vuetify's configuration:
    // nuxt.config.js
    import { components, directives } from "v-simple-cms/assets/treeshake"
    .
    .
    vuetify: {
      treeShake: {
        components,
        directives
      }
      .
      .
    }
  • 1.1.1 - v-simple-cms new Prop! menuItems (type: Array, default: []). Enables the extension of v-simple-cms's menu items. Check the documentation for the exact type that must be passed.
1.2.0

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.65

2 years ago

1.1.45

2 years ago

1.1.44

2 years ago

1.1.43

2 years ago

1.1.42

2 years ago

1.1.49

2 years ago

1.1.48

2 years ago

1.1.47

2 years ago

1.1.46

2 years ago

1.1.52

2 years ago

1.1.51

2 years ago

1.1.50

2 years ago

1.1.56

2 years ago

1.1.55

2 years ago

1.1.54

2 years ago

1.1.53

2 years ago

1.1.59

2 years ago

1.1.58

2 years ago

1.1.57

2 years ago

1.1.63

2 years ago

1.1.62

2 years ago

1.1.61

2 years ago

1.1.60

2 years ago

1.1.64

2 years ago

1.1.41

2 years ago

1.1.40

2 years ago

1.1.39

2 years ago

1.1.38

2 years ago

1.1.37

2 years ago

1.1.36

2 years ago

1.1.35

2 years ago

1.1.34

2 years ago

1.1.33

2 years ago

1.1.32

2 years ago

1.1.31

2 years ago

1.1.30

2 years ago

1.1.29

2 years ago

1.1.28

2 years ago

1.1.27

2 years ago

1.1.26

2 years ago

1.1.25

2 years ago

1.1.24

2 years ago

1.1.23

2 years ago

1.1.22

2 years ago

1.1.21

2 years ago

1.1.20

2 years ago

1.1.19

2 years ago

1.1.18

2 years ago

1.1.17

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3-alpha

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.1

2 years ago