1.1.42 • Published 5 years ago

@cafee/staff v1.1.42

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@cafee/staff

a simple staff for vue

How to use ?

# Install

npm i -s @cafee/staff
# or
yarn add @cafee/staff
// Import Staff
import Staff from '@cafee/staff'

// Run Staff
new Staff({ /* Manifest */ })

	.then(

		({ Vue, Router, Vuex }, next) => {

		/* ======== Extention Code Here ======== */

		// Running
		next(

			// Instantiation
			new Vue({

				// Router
				router: new Router({
					mode: 'history',
					base: process.env.BASE_URL,
					routes: { /* Rtouer Configure */ }
				}),

				// Store
				store: new Vuex.Store({ /* Store Configure */ }),

				// Render
				render: (h) => h( /* App Vue */ )

			})

			// Element Mount
			.$mount('#app'),

			// Hook
			(vm) => console.log(`Staff Running .`, vm)

		)

	}

)

Features

# @npm: global/window
# @des: Compatible in Node & Browser
Global

# @npm: mobile-detect
# @des: A loose port of Mobile-Detect to JavaScript.
Agent

# @npm: core-js
# @des: Reduction ECMA
Core

# @npm: rxjs
# @des: Reactive Extensions For JavaScript
# @add: https://rxjs.dev/
Rx

# @npm: vue
# @des: A Progressive Framework for Building Interface
Vue

# @npm: vue-bus
# @des: A Event-Bus for Vue.js
Bus

# @npm: vue-no-ssr
# @des: Bypass Server Renderer
NoSSR

# @npm: vue-router
# @des: The Official Router for Vue.js
Router

# @npm: vuex
# @des: Centralized State Management for Vue.js.
Vuex

# @npm: vue-rx
# @des: Integrate RxJS V6 into Vue.js.
VueRx

# @npm: vue-i18n
# @des: Internationalization Plugin for Vue.js
# @add: http://kazupon.github.io/vue-i18n/
I18n

# @npm: axios
# @des: Promise based HTTP client for Browser and Node.js
Axios

# @npm: qs
# @des: A querystring parsing and stringifying library with some added security.
Qs

# @npm: vue-apollo
# @des: Integrate GraphQL in your Vue.js apps!
# @add: https://vue-apollo.netlify.com/
Apollo

# @npm: graphql-tag
# @des: Helpful Parsing GraphQL Tags.
Gql

# @npm: importz
# @des: Easily Import Packages
Importz

# @npm: mockjs
# @des: A Simulation Data Generator
# @add: http://mockjs.com/
Mock
1.1.42

5 years ago

1.1.40

5 years ago

1.1.39

5 years ago

1.1.38

5 years ago

1.1.37

5 years ago

1.1.36

5 years ago

1.1.35

5 years ago

1.1.34

5 years ago

1.1.33

5 years ago

1.1.32

5 years ago

1.1.31

5 years ago

1.1.30

5 years ago

1.1.29

5 years ago

1.1.28

5 years ago

1.1.27

5 years ago

1.1.26

5 years ago

1.1.25

5 years ago

1.1.24

5 years ago

1.1.23

5 years ago

1.1.22

5 years ago

1.1.21

5 years ago

1.1.20

5 years ago

1.1.19

5 years ago

1.1.18

5 years ago

1.1.17

5 years ago

1.1.16

5 years ago

1.1.15

5 years ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.66

5 years ago

1.0.64

5 years ago

1.0.62

5 years ago

1.0.60

5 years ago

1.0.54

5 years ago

1.0.52

5 years ago

1.0.50

5 years ago

1.0.42

5 years ago

1.0.41

5 years ago

1.0.40

5 years ago

1.0.31

5 years ago

1.0.30

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago