antimatter-dao / futures-amm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev

  1. git
git clone --recursive https://github.com/antimatter-dao/futures-amm
  1. install "eslint", "vetur", "supremacy" in vs code. ".vscode/settings.json" has already contain the following rules:
  • formatOnSave
  • js uses single quote
  • js removes ";"
  • stylus removes braces, colons, semicolons
  1. npm
vi ~/.npmrc

//registry=https://registry.npm.taobao.org/
//npm.pkg.github.com/:_authToken=TOKEN
  1. yarn
nvm use v10.16.3
cnpm install -g yarn
FOR WINDOWS:
  Install Microsoft Visual C++ Build Tools
  yarn config set msvs_version 2015 --global
yarn install
yarn start

vue-cli

Project setup

yarn install

gen validators

npm run gen:validator

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About


Languages

Language:Vue 45.0%Language:TypeScript 26.5%Language:CSS 17.7%Language:HTML 10.0%Language:SCSS 0.5%Language:JavaScript 0.3%Language:Less 0.0%Language:Dockerfile 0.0%