Skip to content

My-Project-Template/vuecli-fe

Repository files navigation

vuecli-fe

A modern Vue.js project template powered by Vue CLI, featuring Vue 3, Vue Router, and Pinia.

Prerequisites

  • Node.js >= 14

Getting Started

Create Your Project

# 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

Setup

# 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

Development

# Start development server
npm run serve
# or
yarn serve
# or
pnpm serve

Production

# Build for production
npm run build
# or
yarn build
# or
pnpm build

Features

  • 🚀 Vue 3 + Vue CLI
  • 📦 Pinia for state management
  • 🛣️ Vue Router for routing
  • 💅 SCSS support
  • 🔧 Modern development tools

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •