A modern Vue.js project template powered by Vue CLI, featuring Vue 3, Vue Router, and Pinia.
- Node.js >= 14
# Using npx
npx degit My-Project-Template/vuecli-fe my-project
# Using yarn
yarn dlx degit My-Project-Template/vuecli-fe my-project
# Using pnpm
pnpm dlx degit My-Project-Template/vuecli-fe my-project# Navigate to project directory
cd my-project
# Delete package-lock.json
rm -rf package-lock.json
# Install dependencies (choose one)
npm install
# or
yarn install
# or
pnpm install# Start development server
npm run serve
# or
yarn serve
# or
pnpm serve# Build for production
npm run build
# or
yarn build
# or
pnpm build- 🚀 Vue 3 + Vue CLI
- 📦 Pinia for state management
- 🛣️ Vue Router for routing
- 💅 SCSS support
- 🔧 Modern development tools
MIT