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 c5fc78dca1
appindex to file instead of DB
5 years ago
..
build frontend_vue -- set up dev/prod container 5 years ago
config appindex to file instead of DB 5 years ago
ops_scripts make frontend dev/prod ready 5 years ago
src frontend showing m out of n sentences 5 years ago
static frontend_vue -- set up dev/prod container 5 years ago
Dockerfile make frontend dev/prod ready 5 years ago
Makefile some changes 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 appindex to file instead of DB 5 years ago
package.json npm updates 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