Skip to content

karolmerski/ketrzynski-kilometr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Vue App

This is a simple Vue.js application that demonstrates the basic structure and components of a Vue project.

Project Structure

my-vue-app
├── src
│   ├── assets          # Static assets such as images, fonts, and stylesheets
│   ├── components      # Vue components
│   │   └── HelloWorld.vue  # A sample component
│   ├── views          # Application views
│   │   └── Home.vue   # Home view component
│   ├── App.vue        # Root component
│   └── main.js        # Entry point of the application
├── public
│   ├── index.html     # Main HTML file
├── package.json       # npm configuration file
├── babel.config.js    # Babel configuration file
└── README.md          # Project documentation

Installation

To install the project dependencies, run:

npm install

Development

To start the development server, run:

npm run serve

Build

To build the application for production, run:

npm run build

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published