Skip to content

jkazama/sample-ui-vue

Repository files navigation

sample-ui-vue

Preface

Project web resource ( HTML / CSS / JS ) based on Vuetify / Vue.js. It assumes the SPA ( Single Page Application ) model.

This is a simple implementation sample using the above libraries, not the library.

We expect one of the following as an API server for sample confirmation.

Getting Started

Frontend Start (VSCode DevContainer) It is necessary to do the following step.

  • Check Instablled Docker.
  • Check Instablled VSCode with DevContainer Extension.
  • API Server Started.

Do the preparations for this sample in the next step.

  • You move to the cloned sample-ui-vue directory.
  • Run command code .
  • Choose Open Container

Do the dev server start in the next step.

  • Open VSCode Terminal.
  • npm run dev
  • Open Browser with http://localhost:3000
    • User Login ID/Pass. sample / sample
    • Admin Login ID/Pass. admin / admin

License

The license of this sample includes a code and is all MIT License. Use it as a base implementation at the time of the project start using Spring Boot.