Skip to content

luc-debug/my-vue-app

Repository files navigation

My Vue.js Starter Project

This repository contains a simple starter project designed to facilitate my learning journey with Vue.js. Serving as a playground, it doesn't aim for a specific goal or application, but rather offers a space to explore, experiment, and grow my skills in Vue.js.

What's included?

Current

💚 Vue.js - a powerful and flexible JavaScript framework for building user-friendly and reactive single-page applications.

⚡️vite - a fast and lightweight front-end build tool, utilizing native ES Modules (ESM) for rapid, on-demand serving and efficient hot module replacement during development.

🔗 TypeScript - a statically typed superset of JavaScript that compiles to plain JavaScript and enhances code safety and maintainability.

Soon

☑️ ESLint - A linter for JavaScript which means it can detects for example code smells.

🎨 Prettier - An opinionated code formatter.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js (v14.0 or higher)
  • Yarn (v1.22 or higher)

Project Installation

  1. Navigate into the project directory:

    cd my-vue-app
    
  2. Install the project dependencies:

    yarn
    

Using the Project

After installing the dependencies, you can use the project in two ways:

  1. Development Mode

    To start the project in development mode, execute the following command:

    yarn dev
    

    The project should now be running at http://localhost:5173 and changes to files will automatically update in the browser.

  2. Production Mode

    To build the project for production, execute the following command:

    yarn build
    

    This command will create an optimized version of your application in the /dist folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published