oscar6echo / ipyvuelink-example-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipyvuelink-example-1

1 - Bootstapping

This project is generated via @vue/cli with the following manually selected features:

  • Babel
  • Linter/Formatter
  • ESLint + Prettier
  • Lint on save
  • config in dedicated files

Then the following extra configuration was applied:

  • add plugin vue add xxx:

    • bootstrap-vue
  • add packages yarn add xxx:

    • topojson-client
    • d3-fetch
    • d3-transition
    • d3-geo
  • add dev packages yarn add -D xxx:

    • @vue/eslint-config-prettier
  • .eslintrc.js extra config - see comments

  • .prettierrc.js extra config - see comments

  • vue.config.js extra config - see comments

Tip: With VSCode create a custom shortcut for doc formatting different from the standard Alt+Shift+F (say Alt+Shift+G) to avoid conflicts.

2 - Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

About


Languages

Language:Vue 61.1%Language:JavaScript 35.4%Language:HTML 3.5%