goshop-nuxt
v1.0.3
Published
storefront kit for goshop backend
Downloads
6
Readme
goshop nuxt
npx tsc --showConfig
pnpm create nuxt -t module --no-instal vsfkit创建子包
npm init -w ./packages/goshopmuxt命令
<api|app|app-config|component|composable|error|layer|layout|middleware|module|page|plugin|server-middleware|server-plugin|server-route|server-util>
pnpm dlx nuxt add --cwd src/runtime plugin <name>
pnpm dlx nuxt add --cwd src/runtime composable <name>
pnpm dlx nuxt add --cwd src/runtime component VsfCategory
My new Nuxt module for doing amazing things.
Features
- ⛰ goshop quick starter
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add goshop-nuxtThat's it! You can now use My Module in your Nuxt app ✨
Contribution
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run release