docs(projects): 添加书写规范文档

This commit is contained in:
Soybean
2021-11-03 00:25:01 +08:00
parent e5d9962a5a
commit d9fd91d137
15 changed files with 646 additions and 484 deletions

View File

@@ -10,7 +10,7 @@ export default defineConfig({
include: ['src/**/*.{vue,html,jsx,tsx}', 'public/**/*.{html}', './*.html'],
exclude: ['node_modules', '.git']
},
darkMode: 'class', // or 'media'
darkMode: 'class',
shortcuts: {
'center-layout': 'w-1280px mx-auto px-15px',
'flex-center': 'flex justify-center items-center',