Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altynboy/vue3-boilerplate
Vue3 boilerplate using vite, sass and vue-router
https://github.com/altynboy/vue3-boilerplate
boilerplate sass vue-router vue3
Last synced: 17 days ago
JSON representation
Vue3 boilerplate using vite, sass and vue-router
- Host: GitHub
- URL: https://github.com/altynboy/vue3-boilerplate
- Owner: Altynboy
- Created: 2024-05-17T14:00:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T16:10:46.000Z (8 months ago)
- Last Synced: 2024-11-10T15:18:57.457Z (3 months ago)
- Topics: boilerplate, sass, vue-router, vue3
- Language: Vue
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue3 boilerplate
This repository contains a minimal boilerplate for starting a new Vue 3 project. It includes the essential tools and configurations to get you up and running quickly.
![Demo](./src/assets/demo.gif)
## Features
- **Vue 3**: The latest version of Vue.js for building modern web applications.
- **Vue Router**: Efficient routing management for your Vue application.
- **Sass**: A powerful CSS extension language that allows you to use variables, nested rules, and more.
- **Normalize.css**: Ensures consistent styling across different browsers by providing better cross-browser defaults.
- **Organized Folder Structure**: A clean and intuitive folder structure to help you maintain a scalable and manageable codebase.## Dev Dependecies
[Node 21.7.3](https://nodejs.org/)
## Stack
[Vue 3.4](https://vuejs.org/)
[Vue-Router 4.3](https://router.vuejs.org/)
[Vite 5.2](https://vitejs.dev/)
[Sass 1.77](https://sass-lang.com/)
[Normalize.css 8.0](https://necolas.github.io/normalize.css/)
eslint
prettier## Install
```bash
git clone https://github.com/Altynboy/vue3-boilerplate.git
```then
```bash
cd vue3-boilerplate
npm install
```## Run / Develop
```bash
npm run dev
```## Build
```bash
npm run build
```## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or suggestions.