整理
Some checks failed
/ depcheck (push) Successful in 2m24s
/ lint-build-and-check (push) Successful in 2m36s
/ build-and-deploy-to-vercel (push) Successful in 3m13s
/ surge (push) Successful in 2m40s
/ playwright (push) Failing after 8m16s

This commit is contained in:
严浩
2025-03-10 12:41:24 +08:00
parent a7b10809c1
commit 4542944f52
35 changed files with 66 additions and 60 deletions

View File

@ -0,0 +1,8 @@
<script setup>
import { fnInJsFile } from './js-file';
</script>
<template>
<div>src/pages/js-page/index.page.vue</div>
<div>{{ fnInJsFile() }}</div>
</template>

View File

@ -0,0 +1,3 @@
export function fnInJsFile() {
return 'the function in js-file.js';
}

View File

@ -0,0 +1,17 @@
---
name: My Cool App
title: My Cool App
meta:
- name: description
content: Hello World
---
# Hello World
This is {{frontmatter.name}}
- [Unocss 快速、简单最新的Web项目大屏模板](https://github.com/gitboyzcf/vue3-simple-screen)
- [Vue3、Vite5、Primevue、Oxlint、Husky9 简单快速搭建最新的Web项目模板](https://juejin.cn/post/7438884007084032035)
- [Large, small, and dynamic viewport units polyfill](https://github.com/joppuyo/large-small-dynamic-viewport-units-polyfill)
- [VitePressShiki式语法高亮器](https://shiki.tmrs.site/packages/vitepress)
- [密码强度](https://zxcvbn-ts.github.io/zxcvbn/guide/getting-started/)