dgtek-land

0.1.5 • Public • Published

dgtek-land

This component is designed to be utilized in dgtek.net projects only.

It can't be used outside the dgtek.net and landing pages of dgtek.net


install component

yarn add dgtek-land

Load the component and it's styles

main.js
const getMainPage = () => import('dgtek-land')

async function loadComponent () {
  require('dgtek-styles/css/fonts.scss')
  require('dgtek-styles/css/variables.scss')
  require('dgtek-land/dist/dgtek-land.css')
  const component = (await getMainPage()).default
  component.$root.$mount('#app')
}

loadComponent()
App.vue
<template>
  <MainPage route="dgtek-1"/>
</template>

<script>

export default {
  name: 'App',

  data: () => ({
    route: 'dgtek-1'
  })
}
</script>

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.52latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.52
0.1.40
0.1.20
0.1.10
0.1.00
0.0.90
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.11

Package Sidebar

Install

npm i dgtek-land

Weekly Downloads

3

Version

0.1.5

License

MIT

Unpacked Size

30.7 MB

Total Files

15

Last publish

Collaborators

  • garevna