项目作者: jkazama

项目描述 :
Bootstrap + Vue.js [ Scss / Babel ]
高级语言: Vue
项目地址: git://github.com/jkazama/sample-ui-vue.git
创建时间: 2015-09-04T02:01:55Z
项目社区:https://github.com/jkazama/sample-ui-vue

开源协议:MIT License

下载


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.