The student management system is a pseudo-management system developed based on VueJS, Vuex, Vue Router, and BootstrapVue. It is used for learning the use of VueJS.
Put the student.json
file in the data/
directory, and run the project again to import the data.
Format
[
{
"id": 1,
"name": "Zhang San",
"sex": "male",
"age": 18,
"phone": "13876671453"
},
{
"id": 2,
"name": "Ju Yan",
"sex": "female",
"age": 19,
"phone": "13876671454"
}
]
git clone https://github.com/YuenSzeHong/vue-student-management.git
cd vue-student-management
npm install
npm run serve