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 6cadb5f649 minor fix 2020-07-24 22:11:34 +02:00
assets #11 spis treści w literaturze 2020-07-24 16:15:28 +02:00
components #2 rozdzielenie liczby dla form grzecznościowych i dla pozostałych form 2020-07-24 20:52:01 +02:00
layouts init 2020-07-23 22:18:27 +02:00
pages #2 rozdzielenie liczby dla form grzecznościowych i dla pozostałych form 2020-07-24 20:52:01 +02:00
plugins init 2020-07-23 22:18:27 +02:00
server #14 brakująca literatura dla on/jego 2020-07-24 18:50:33 +02:00
src minor fix 2020-07-24 22:11:34 +02:00
static #16 fix manifest.json 2020-07-24 21:15:33 +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 #16 fix manifest.json 2020-07-24 21:15:33 +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.