Skip to content

macieki/dspace-translate

Repository files navigation

vue-dspace-tlumaczenia

Backend Setup

npm i json-server

Run server

npm run api

or

json-server --watch tlumaczenia.json --port 3300

Frontened Setup

npm install

Compile and Hot-Reload for Development

npm run serve

Compile and Minify for Production

npm run build

Configure API on the server in dist/config.json // HOST/config.json

example "API":	"http://localhost:3300"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published