You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cjvt-valency/src/frontend_vue
voje b4db4e5255
docker stack deployment
5 years ago
..
build frontend_vue -- set up dev/prod container 5 years ago
config docker stack deployment 5 years ago
dist_bkp docker stack commands 5 years ago
ops_scripts docker stack commands 5 years ago
src css fix, preparing prod 5 years ago
static frontend_vue -- set up dev/prod container 5 years ago
Dockerfile make frontend dev/prod ready 5 years ago
Makefile npm package.json with a working build 5 years ago
README.md make frontend dev/prod ready 5 years ago
anchor added some structure 5 years ago
index.html frontend_vue -- set up dev/prod container 5 years ago
package-lock.json docker stack deployment 5 years ago
package.json npm package.json with a working build 5 years ago
postcss.config.js frontend_vue -- set up dev/prod container 5 years ago

README.md

frontend_vue

Frontend for Valency App.

Quick build

(Docker container)

$ make dev
$ make prod

Manual build

Manually edit files: ./config/config_{dev,prod}.json to point to the right API address.

# install dependencies
$ npm install

# serve with hot reload at localhost:8080
$ npm run dev

# build for production with minification
$ npm run build

# build for production and view the bundle analyzer report
$ npm run build --report