Skip to content

nickHuang1123/popo_npm_publish_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@nick-huang/popo

一個不知道在幹甚麼的套件,裡面有Vue3、Element-plus、Sass、Vite。

Install

# 安裝前須先安裝 Element-plus、Scss
yarn add element-plus
yarn add sass

# 安裝本套件
yarn add @nick-huang/popo

Use

template

<template>
    <un-known />
</template>

script

import { UnKnown } from '@nick-huang/popo';
import '@nick-huang/popo/style';

License

MIT

Copyright (c) 2023-present, Nick Huang