docs: 提供 unpkg 浏览器导入
This commit is contained in:
		
							parent
							
								
									49261dd2e6
								
							
						
					
					
						commit
						32f5a1170e
					
				@ -5,7 +5,7 @@
 | 
			
		||||
 | 
			
		||||
<p>
 | 
			
		||||
  <a href="http://layui-vue.pearadmin.com" style="margin-left:30px;">
 | 
			
		||||
    <img src="https://portrait.gitee.com/uploads/avatars/namespace/2868/8605626_layui_1634311144.png" alt="layui" width="105" style="border-radius:12px;">
 | 
			
		||||
    <img src="../../../src/assets/layui-logo.png" alt="layui" width="105" style="border-radius:12px;">
 | 
			
		||||
  </a>
 | 
			
		||||
  <span style="font-size:32px;color:#e2e2e2;margin:30px;">+</span>
 | 
			
		||||
  <a href="http://layui-vue.pearadmin.com">
 | 
			
		||||
@ -19,7 +19,10 @@
 | 
			
		||||
 | 
			
		||||
<br>
 | 
			
		||||
 | 
			
		||||
::: describe 使用 npm 工具安装 layui vue, 然后你就可以使用打包工具, 如 vite rollup.
 | 
			
		||||
::: title 使用包管理
 | 
			
		||||
:::
 | 
			
		||||
 | 
			
		||||
::: describe 使用 npm 工具安装 layui vue, 然后你可以使用打包工具, 如 vite rollup.
 | 
			
		||||
:::
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
@ -72,6 +75,54 @@ app.mount('#app')
 | 
			
		||||
  <lay-footer>pearadmin.com</lay-footer>
 | 
			
		||||
</lay-layout>
 | 
			
		||||
```
 | 
			
		||||
::: describe 您可以从现在起启动您的项目。 对于每个组件的用法,请参考单个组件对应的文档。
 | 
			
		||||
::: title 浏览器导入
 | 
			
		||||
:::
 | 
			
		||||
 | 
			
		||||
::: describe 根据不同的 CDN 提供商有不同的引入方式, 根据不同的 CDN 提供商有不同的引入方式, 我们在这里以 unpkg 举例。
 | 
			
		||||
:::
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
  <title>Document</title>
 | 
			
		||||
  <meta charset="UTF-8">
 | 
			
		||||
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
			
		||||
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
  <!-- 引入 layui-vue 样式 -->
 | 
			
		||||
  <link rel="stylesheet" type="text/css" href="https://unpkg.com/@layui/layui-vue/lib/index.css">
 | 
			
		||||
  <!-- 引入 Vue 3, 使用全局变量 Vue -->
 | 
			
		||||
  <script src="https://unpkg.com/vue@3"></script>
 | 
			
		||||
  <!-- 引入 layui-vue 组件库, 使用全局变量 LayuiVue -->
 | 
			
		||||
  <script src="https://unpkg.com/@layui/layui-vue"></script>
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
  <div id="app">
 | 
			
		||||
    <lay-button @click="sayHello">选项API</lay-button>
 | 
			
		||||
    <lay-button @click="openLayer">组合API</lay-button>
 | 
			
		||||
  </div>
 | 
			
		||||
</body>
 | 
			
		||||
<script>
 | 
			
		||||
  const { createApp, ref } = Vue;
 | 
			
		||||
  const { layer } = LayuiVue;
 | 
			
		||||
 | 
			
		||||
  const App = {
 | 
			
		||||
    setup() {
 | 
			
		||||
      const openLayer = function () {
 | 
			
		||||
        layer.msg("hello");
 | 
			
		||||
      }
 | 
			
		||||
      return {
 | 
			
		||||
        openLayer
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  };
 | 
			
		||||
    
 | 
			
		||||
  const app = createApp(App); 
 | 
			
		||||
  app.use(LayuiVue);
 | 
			
		||||
  app.mount('#app');
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
```
 | 
			
		||||
@ -1 +0,0 @@
 | 
			
		||||
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 24 24" class="vt-switch-appearance-moon"><path d="M12.1,22c-0.3,0-0.6,0-0.9,0c-5.5-0.5-9.5-5.4-9-10.9c0.4-4.8,4.2-8.6,9-9c0.4,0,0.8,0.2,1,0.5c0.2,0.3,0.2,0.8-0.1,1.1c-2,2.7-1.4,6.4,1.3,8.4c2.1,1.6,5,1.6,7.1,0c0.3-0.2,0.7-0.3,1.1-0.1c0.3,0.2,0.5,0.6,0.5,1c-0.2,2.7-1.5,5.1-3.6,6.8C16.6,21.2,14.4,22,12.1,22zM9.3,4.4c-2.9,1-5,3.6-5.2,6.8c-0.4,4.4,2.8,8.3,7.2,8.7c2.1,0.2,4.2-0.4,5.8-1.8c1.1-0.9,1.9-2.1,2.4-3.4c-2.5,0.9-5.3,0.5-7.5-1.1C9.2,11.4,8.1,7.7,9.3,4.4z"></path></svg>
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 564 B  | 
							
								
								
									
										
											BIN
										
									
								
								example/src/assets/layui-logo.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								example/src/assets/layui-logo.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 1.5 KiB  | 
@ -1 +0,0 @@
 | 
			
		||||
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 24 24" class="vt-switch-appearance-sun"><path d="M12,18c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S15.3,18,12,18zM12,8c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4C16,9.8,14.2,8,12,8z"></path><path d="M12,4c-0.6,0-1-0.4-1-1V1c0-0.6,0.4-1,1-1s1,0.4,1,1v2C13,3.6,12.6,4,12,4z"></path><path d="M12,24c-0.6,0-1-0.4-1-1v-2c0-0.6,0.4-1,1-1s1,0.4,1,1v2C13,23.6,12.6,24,12,24z"></path><path d="M5.6,6.6c-0.3,0-0.5-0.1-0.7-0.3L3.5,4.9c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l1.4,1.4c0.4,0.4,0.4,1,0,1.4C6.2,6.5,5.9,6.6,5.6,6.6z"></path><path d="M19.8,20.8c-0.3,0-0.5-0.1-0.7-0.3l-1.4-1.4c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l1.4,1.4c0.4,0.4,0.4,1,0,1.4C20.3,20.7,20,20.8,19.8,20.8z"></path><path d="M3,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h2c0.6,0,1,0.4,1,1S3.6,13,3,13z"></path><path d="M23,13h-2c-0.6,0-1-0.4-1-1s0.4-1,1-1h2c0.6,0,1,0.4,1,1S23.6,13,23,13z"></path><path d="M4.2,20.8c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l1.4-1.4c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-1.4,1.4C4.7,20.7,4.5,20.8,4.2,20.8z"></path><path d="M18.4,6.6c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l1.4-1.4c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-1.4,1.4C18.9,6.5,18.6,6.6,18.4,6.6z"></path></svg>
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 1.2 KiB  | 
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user