3.2.1 • Published 6 years ago

typographist-vue-devtools v3.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Typographist vue devtools

Typographist vue devtools is part of the Typographist ecosystem. It is necessary to develop and debug web apps on vue with the help of vertical rhythm.

Installation

User yarn or npm

yarn add typographist-vue-devtools -D
npm i typographist-static-devtools -D

Connect Typographist-vue-devtools

Js

requireJs

const Typographist = require('typographist-vue-devtools');

es6 modules

import Typographist from 'typographist-vue-devtools';

How to use?

<template>
  <div id="app">
   <Typographist>
     <TSwitch/>
     <TDebugger>
       <!-- your components -->
     </TDebugger>
    </Typographist>
  </div>
</template>

<script>
import { Typographist, TSwitch, TDebugger } from 'typographist-vue-devtools';

export default {
  name: 'app',
  components: {
    Typographist,
    TSwitch,
    TDebugger,
  },
};
</script>

<style lang="scss">
@import '~typographist-vue-devtools/devtools.css';
</style>

TSwitch component

Change zIndex

<template>
  <div id="app">
   <Typographist>
     <TSwitch :zIndex="3000"/>
     <TDebugger>
       <!-- your components -->
     </TDebugger>
    </Typographist>
  </div>
</template>

Without TSwitch

<template>
  <div id="app">
   <Typographist>
     <TDebugger>
       <!-- your components -->
     </TDebugger>
    </Typographist>
  </div>
</template>

Fluid rhythm

/* If your use */
:root {
  @root (fluid);
}

Switch the rhythm to fluid.

<template>
  <div id="app">
   <Typographist root="fluid">
     <TSwitch/>
     <TDebugger>
       <!-- your components -->
     </TDebugger>
    </Typographist>
  </div>
</template>

Keyboard shortcuts

If you do not feel comfortable switching the rhythm step by step by pressing the button, you can use keyboard shortcuts

commandkeys
show single rhythms + r
show double rhythmd + r
hide rhythmo + r

Thanks

Special thanks to Dimensi

3.2.2

6 years ago

3.2.1

6 years ago

3.2.0

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.1.1-alpha.10

6 years ago

1.1.1-alpha.9

6 years ago

1.1.1-alpha.8

6 years ago

1.1.1-alpha.7

6 years ago

1.1.1-alpha.6

6 years ago

1.1.1-alpha.5

6 years ago

1.1.1-alpha.4

6 years ago

1.1.1-alpha.3

6 years ago

1.1.1-alpha.2

6 years ago

1.1.1-alpha.1

6 years ago

1.1.0-beta.1

6 years ago

1.1.0-alpha.31

6 years ago

1.1.0-alpha.30

6 years ago

1.1.0-alpha.29

6 years ago

1.1.0-alpha.28

6 years ago

1.1.0-alpha.27

6 years ago

1.1.0-alpha.26

6 years ago

1.1.0-alpha.25

6 years ago

1.1.0-alpha.24

6 years ago

1.1.0-alpha.23

6 years ago

1.1.0-alpha.22

6 years ago

1.1.0-alpha.21

6 years ago

1.1.0-alpha.19

6 years ago

1.1.0-alpha.18

6 years ago

1.1.0-alpha.17

6 years ago

1.1.0-alpha.16

6 years ago

1.1.0-alpha.14

6 years ago

1.1.0-alpha.13

6 years ago

1.1.0-alpha.11

6 years ago

1.1.0-alpha.10

6 years ago

1.1.0-alpha.9

6 years ago

1.1.0-alpha.8

6 years ago

1.1.0-alpha.7

6 years ago

1.1.0-alpha.6

6 years ago

1.1.0-alpha.5

6 years ago

1.1.0-alpha.4

6 years ago

1.1.0-alpha.3

6 years ago

1.1.0-alpha.2

6 years ago

1.1.0-alpha.1

6 years ago