# family **Repository Path**: washmore/family ## Basic Information - **Project Name**: family - **Description**: 家庭小账本啦啦啦srpingboot+vue2.js+elementui+微信小程序练手之作 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2018-01-30 - **Last Updated**: 2025-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # family 家庭小账本啦啦啦 srpingboot+vue2.js+elementui+微信小程序 ### Quick start **Make sure you have Node version >= 5.0 and NPM >= 3 and Maven>=3** ```bash # clone our repo # --depth 1 removes all but one .git commit history git clone --depth 1 https://github.com/1102568869/family.git # create database family and run sql/init.sql to create tables and insert data necessary; # replace url/username/password with your database config in application.yml; # change directory to websource cd family/websource # install the repo with npm npm install # if failed,change source npm --registry https://registry.npm.taobao.org install # build by webpack npm run build # change directory to project cd ../ # package jar by Maven mvn clean package -Dmaven.test.skip=true # run it! java -jar target/Demo.jar ``` go to [http://0.0.0.0:8888](http://0.0.0.0:8888) or [http://localhost:8888](http://localhost:8888) in your browser