sequel-ice/front-end/src/views/about.vue

28 lines
599 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<template>
<main>
<h1>{{ content }}</h1>
<cite
>fite是一种不算新型前端构建工具能够显著提升前端开发体验基于原生ESM模块运行
fite的理念是, 让第三方依赖全部走CDN, fite只处理业务代码本身,
从而让编译和构建的速度达到今人发指的地步比vite快十几到几十倍</cite
>
</main>
</template>
<script>
export default {
data() {
return {
content: '这是关于我们页面'
}
}
}
</script>
<style scoped>
cite {
width: 600px;
color: var(--color-grey-3);
}
</style>
MySQL/MariaDB database management for Linux
JavaScript 64.4%
Vue 28.5%
HTML 7.1%