Skip to content

Commit

Permalink
docs: update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneJiang committed Jan 16, 2023
1 parent cd9bd2b commit c03c0bb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged --no-stash
yarn lint-staged
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@

## Features

- ⚡️ Nuxt3 - SSR
- ✨ Vue3.2
- 💨 Turbo - Manage Monorepo
- 💎 Strapi - Headless CMS
- 🃏 Commit Lint - Make sure you & your teammates follow the conventional commit
- 💖 Husky & Lint Staged — Run scripts on your staged files before they are committed
- 📏 Eslint - Find and fix problems in your code, also will auto-sort your imports
- 🐶 UnoCss - The instant on-demand atomic CSS engine
- 🤖 preset-icons - Use icons from any icon sets in Pure CSS
- ⏰ The <script setup> syntax
- 🍍 Pinia - Convenient State Management
- 🚘 Layout system - What you see is what you have
- 🎨 APIs auto importing - for Composition API, VueUse and custom composables
- 🦾 TypeScript - of course
- 👷 Github Actions - Lint your code on PR
- 👀 Automatic Branch and Issue Autolink - Branch will be automatically created on issue assigned, and auto-linked on PR
- 🗺 Nuxt SEO Kit - Sitemap,Schema.org,Generate dynamic social share images
- 📦 Vercel - Auto Deploy & Preview with Workflows
- 🔥 Netlify + Cloudflare - Deploy in Production Environment
- ⚡️ `Nuxt3` - SSR
-`Vue3.2`
- 💨 `Turbo` - Manage Monorepo
- 💎 `Strapi` - Headless CMS
- 🃏 `Commit Lint` - Make sure you & your teammates follow the conventional commit
- 💖 `Husky & Lint Staged` — Run scripts on your staged files before they are committed
- 📏 `Eslint` - Find and fix problems in your code, also will auto-sort your imports
- 🐶 `UnoCss` - The instant on-demand atomic CSS engine
- 🤖 `preset-icons` - Use icons from any icon sets in Pure CSS
- ⏰ The `<script setup>` syntax
- 🍍 `Pinia` - Convenient State Management
- 🚘 `Layout system` - What you see is what you have
- 🎨 `APIs auto importing` - for Composition API, VueUse and custom composables
- 🦾 `TypeScript` - of course
- 👷 `Github Actions` - Lint your code on PR
- 👀 `Automatic Branch and Issue Autolink` - Branch will be automatically created on issue assigned, and auto-linked on PR
- 🗺 `Nuxt SEO Kit` - Sitemap,Schema.org,Generate dynamic social share images
- 📦 `Vercel` - Auto Deploy & Preview with Workflows
- 🔥 `Netlify + Cloudflare` - Deploy in Production Environment

0 comments on commit c03c0bb

Please sign in to comment.