pandora-libs
v0.0.1
Published
Vue2 JavaScript Starter Project For Vite.
Downloads
1
Readme
Features
- ⚡️ Vite 4 - born with fastness
- 🖖 Vue 2.7 - Composition API and
<script setup>
- 🚦 Vue Router - The official router for Vue.js.
- 📦 Vuex - A a state management pattern + library
- 🎨 Less - It's CSS, with just a little more
- 🔗 Axios - Promise based HTTP client for the browser and node.js
- 🧰 Husky + Lint-Staged - Git Hook Tools
- 🛡️ EditorConfig + ESLint + Prettier + Stylelint + Airbnb JavaScript Style Guide - Code Standards
- 🔨 Commitizen + Commitlint - Submit Standards
Coding Style
Development Tools
- npm - Package manager
- Visual Stuido Code Extensions
- Vite - Fire up Vite server automatically
- Vetur - Vue 2 tooling for VS Code
- EditorConfig for VS Code - A solution for unifying code formats
- ESLint - Find and fix problems in your JavaScript code
- Prettier - An opinionated code formatter
Try it now!
Vite4 Vue2 JavaScript Starter Template requires Node >= 14.18
Checklist
When you use this template, try follow the checklist to update your info properly
- [ ] Change the author name in
LICENSE
- [ ] Change the title in
App.vue
- [ ] Change the hostname in
vite.config.js
- [ ] Change the favicon in
public
- [ ] Remove the
.github
folder which contains the funding info - [ ] Clean up the READMEs and remove routes
Usage
Development
Just run and visit http://localhost:3000
## install dependencies
npm install
## set up
npm run dev
Build
## build
npm run build
Achievement
🎉 Added to the Awesome Vite.Js
License
Copyright (c) 2022 ElanYoung