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 2d31a233ea #20 więcej tekstów z prasy 2020-07-26 15:15:56 +02:00
assets #19 formy wymienne - interfejs 2020-07-26 14:52:01 +02:00
components extract LinkInput 2020-07-26 13:17:10 +02:00
data #20 więcej tekstów z prasy 2020-07-26 15:15:56 +02:00
layouts init 2020-07-23 22:18:27 +02:00
pages #19 formy wymienne - interfejs 2020-07-26 14:52:01 +02:00
plugins init 2020-07-23 22:18:27 +02:00
server #19 formy wymienne - banner 2020-07-26 13:14:30 +02:00
src #20 więcej tekstów z prasy 2020-07-26 15:15:56 +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 #17 refactoring - lepsza organizacja danych 2020-07-25 19:21:52 +02:00
package.json #17 refactoring - lepsza organizacja danych 2020-07-25 19:21:52 +02:00
yarn.lock #17 refactoring - lepsza organizacja danych 2020-07-25 19:21:52 +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.