https://github.com/uinika/uinio-web-vue2
A elegance Vue 2 & Webpack 5 scaffold without vue-cli.
https://github.com/uinika/uinio-web-vue2
element-ui rxjs vue vuex webpack5
Last synced: 8 months ago
JSON representation
A elegance Vue 2 & Webpack 5 scaffold without vue-cli.
- Host: GitHub
- URL: https://github.com/uinika/uinio-web-vue2
- Owner: uinika
- Created: 2017-01-26T16:49:57.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T07:31:36.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T20:51:48.117Z (about 1 year ago)
- Topics: element-ui, rxjs, vue, vuex, webpack5
- Language: JavaScript
- Homepage: https://github.com/uinika/aves
- Size: 6.44 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UINIO-Web-Vue2
a elegance **Vue 2** & **Webpack 5** scaffold without vue-cli.

## Domain Object
- login`login`
- layout`layout`
- dashboard`dashboard`
- demo`demo`

## Installation and deployment
```bash
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
- [NodeJS 18.16.x](https://nodejs.org/)
- [Vue 2.6.x](https://vuejs.org/)
- [Vuex 3.6.x](https://vuejs.org/)
- [Vue-Router 3.5.x](https://vuejs.org/)
- [Vue-i18n 8.22.x](http://kazupon.github.io/vue-i18n/)
- [Webpack 5.65.x](https://webpack.js.org/)
- [Element-UI 2.15.x](element.eleme.io/)
- [Vuetify 2.6.x](https://vuetifyjs.com/)
## Project Release
1. Update penguin/sources/partials/common/http.js
> Update base url for global ajax connection.
2. npm run clean
> Remove all of thing within the `output/build`.
3. npm run build
> compile source code to the directory `output/build`.
4. npm run release
> compress build folder to the directory `output/release year-month-day hour.minute.second.zip`.
5. npm run electron
> you must execute `npm start` before activate this command.