set default weight value (#78)

1 file changed
tree: daa34562ffbee87f9a9f74dd6164d7fd244c46bf
  1. licenses/
  2. public/
  3. src/
  4. travis/
  5. .browserslistrc
  6. .editorconfig
  7. .env.development
  8. .env.production
  9. .eslintignore
  10. .eslintrc.js
  11. .gitignore
  12. .travis.yml
  13. babel.config.js
  14. LICENSE
  15. NOTICE
  16. package.json
  17. postcss.config.js
  18. README.md
  19. tsconfig.json
  20. vue.config.js
  21. yarn.lock
README.md

apisix_dashboard

Overview

Dashboard for APISIX & based on ElementUI.

Documentation

Docs

Vue Config Docs

Project Structure

├── public                     # public static assets (directly copied)
   │── favicon.ico            # favicon
   └── index.html             # index.html template
├── src                        # main source code
   ├── api                    # api service
   ├── components             # global components
   ├── icons                  # svg icons
   ├── lang                   # i18n language
   ├── layout                 # global layout
   ├── router                 # router
   ├── store                  # store
   ├── styles                 # global css
   ├── utils                  # global utils
   ├── views                  # views
   ├── App.vue                # main app component
   ├── main.ts                # app entry file
   ├── permission.ts          # permission authentication
   ├── settings.ts            # setting file
   └── shims.d.ts             # type definition shims
├── .circleci/                 # automated CI configuration
├── .browserslistrc            # browserslist config file (to support Autoprefixer)
├── .editorconfig              # editor code format consistency config
├── .env.xxx                   # env variable configuration
├── .eslintrc.js               # eslint config
├── babel.config.js            # babel config
├── package.json               # package.json
├── postcss.config.js          # postcss config
├── tsconfig.json              # typescript config
└── vue.config.js              # vue-cli config

Project setup

Make sure Yarn is installed on your machine: https://yarnpkg.com/en/docs/install

Install dependencies

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build:prod

Lints and fixes files

yarn run lint

Customize Vue configuration

See Configuration Reference.

Browsers support

Modern browsers and Internet Explorer 10+.

IE / EdgeFirefoxChromeSafari
IE10, IE11, Edgelast 2 versionslast 2 versionslast 2 versions