Skip to content

Thirosue/vue-sample-element

Repository files navigation

vue-sample-element

Build Status License: MIT

A Vue.js use Element sample

Required

  • Docker
  • Chrome (for e2e)

BackEnd

Run BackEnd API

$ docker-compose -f backend-compose.yml up -d

Stop BackEnd API

$ docker-compose -f backend-compose.yml down

Swagger

http://localhost:18081/admin/swagger-ui.html

接続先情報

  • テストユーザ
sample@sample.com / password
  • db
$ docker exec -ti sample-db /bin/bash
root@sample-db:/# mysql -h localhost -P 3306 -uroot -ppassw0rd sample

FrontEnd

Project setup

yarn

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Run your end-to-end tests

yarn test:e2e

Run your unit tests

yarn test:unit

Customize configuration

See Configuration Reference.

About

Sample Vue.js project use Element

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages