Skip to content

spider-nest/spider-nest-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

20bd796 Β· Nov 3, 2021

History

28 Commits
Oct 30, 2021
Oct 29, 2021
Nov 3, 2021
Nov 3, 2021
Nov 3, 2021
Sep 27, 2021
Sep 30, 2021
Oct 29, 2021
Sep 30, 2021
Oct 31, 2021
Oct 29, 2021
Sep 27, 2021
Sep 28, 2021
Sep 27, 2021
Oct 29, 2021
Nov 3, 2021
Nov 3, 2021
Oct 29, 2021
Oct 30, 2021

Repository files navigation

Spider Nest Vue

A vue.js ui library for web.

NPM version NPM downloads Release MIT

Install dependencies

$ pnpm i

Docs preview

$ pnpm docs:dev

Local development

  1. Start the local development environment
$ pnpm dev
  1. Add a component into cooking/cooking.vue

cooking.vue

<script setup>
// make sure this component is registered in @spider-nest-vue/components
import { ComponentDeveloping } from '@spider-nest-vue/components'
</script>

<template>
  <ComponentDeveloping />
</template>

Thanks

Reference from Element-Plus