This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Avris 0f83b0b170 clean up old meta 2020-07-24 16:16:53 +02:00
assets #11 spis treści w literaturze 2020-07-24 16:15:28 +02:00
components #3 przyciski do szerowania - fix minor vue caveat 2020-07-24 14:16:36 +02:00
layouts init 2020-07-23 22:18:27 +02:00
pages #11 spis treści w literaturze 2020-07-24 16:15:28 +02:00
plugins init 2020-07-23 22:18:27 +02:00
server init 2020-07-23 22:18:27 +02:00
src #6 nowe typy źródeł: filmy i seriale 2020-07-24 13:25:21 +02:00
static init 2020-07-23 22:18:27 +02:00
.env.dist init 2020-07-23 22:18:27 +02:00
.gitignore init 2020-07-23 22:18:27 +02:00
Makefile init 2020-07-23 22:18:27 +02:00
README.md init 2020-07-23 22:18:27 +02:00
nuxt.config.js clean up old meta 2020-07-24 16:16:53 +02:00
package.json #3 przyciski do szerowania 2020-07-24 14:14:37 +02:00
yarn.lock #3 przyciski do szerowania 2020-07-24 14:14:37 +02:00

README.md

Zaimki

Build Setup

# install dependencies
$ yarn install

# configure environment
$ cp .env.dist .env
$ nano .env

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.