/eplVuexSpringBoot

epl in vuex and backend spring boot

Primary LanguageJavaMIT LicenseMIT

eplVuexSpringBoot

epl in vuex and backend spring boot

Vue Tips

install vue cli

npm install -g @vue/cli

create a Project

vue create my-project
# OR
vue ui

run the Project

npm run serve

add bootstrap

remember to commit before this step. sometimes this step might cause problem

vue add bootstrap-vue

plans

  1. Vue in typescript, Vuex, router
    1. boostrap, may install with Vue 2.x only
  2. spring boot jwt implementation
  3. json server
  4. ckeditor and paste base64 image plugin
  5. brainstorming
  6. requirement representation
  7. system analysis
  8. system design

revised

  1. frontend
  2. backend
  3. json server

json server tips

install

npm install -g json-server

run it

json-server --watch jsonServer/jsonDB.json

changelog

2021/4/21

  • add eplSpringBootApi, remove springBootApi

2021/4/19

  • add json server

2021/4/17

  • initial commit
  • attendtion: vue create , may only choose 2.x; otherwise 3.x(preview) will cause bootstrap to fail