uinika / UINIO-Web-Vue2

A elegance Vue 2 & Webpack 5 scaffold without vue-cli.

Home Page:https://github.com/uinika/aves

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UINIO-Web-Vue2

a elegance Vue 2 & Webpack 5 scaffold without vue-cli.

Domain Object

  • loginlogin
  • layoutlayout
    • dashboarddashboard
    • demodemo

Installation and deployment

1. git clone https://github.com/uinika/UINIO-Web-Vue2.git
2. cd aves
3. npm i
4. npm start
5. Open browser with http://localhost:5000/dev/index.html

Thirdparty Library

Project Release

  1. Update penguin/sources/partials/common/http.js

Update base url for global ajax connection.

  1. npm run clean

Remove all of thing within the output/build.

  1. npm run build

compile source code to the directory output/build.

  1. npm run release

compress build folder to the directory output/release year-month-day hour.minute.second.zip.

  1. npm run electron

you must execute npm start before activate this command.

About

A elegance Vue 2 & Webpack 5 scaffold without vue-cli.

https://github.com/uinika/aves


Languages

Language:JavaScript 66.0%Language:SCSS 17.5%Language:HTML 13.4%Language:Vue 3.1%