bullish/frontend
Ameya Shenoy 92169c0800
feat: landing page done
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2021-02-12 15:47:56 +05:30
..
public feat: minimal viable working frontend 2021-02-09 18:54:38 +05:30
src feat: landing page done 2021-02-12 15:47:56 +05:30
.dockerignore feat: productionize images for deploy 2021-02-12 00:58:26 +05:30
.gitignore feat: add basic vue app 2021-02-09 04:00:23 +05:30
.vuerc feat: productionize images for deploy 2021-02-12 00:58:26 +05:30
babel.config.js feat: add basic vue app 2021-02-09 04:00:23 +05:30
Dockerfile feat: working prod deploy with duplicate code 2021-02-12 03:26:27 +05:30
Dockerfile.dev feat: productionize images for deploy 2021-02-12 00:58:26 +05:30
entrypoint.sh feat: add basic vue app 2021-02-09 04:00:23 +05:30
nginx.conf feat: productionize images for deploy 2021-02-12 00:58:26 +05:30
package-lock.json chore: remove code duplication 2021-02-10 01:15:45 +05:30
package.json fix: frontend page title 2021-02-12 12:16:24 +05:30
README.md feat: add basic vue app 2021-02-09 04:00:23 +05:30
vue.config.js feat: minimal viable working frontend 2021-02-09 18:54:38 +05:30

frontend

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.