No description
Find a file
2020-05-10 18:57:34 -04:00
assets Added the files 2020-05-10 09:24:22 -04:00
components Added the files 2020-05-10 09:24:22 -04:00
layouts Added the files 2020-05-10 09:24:22 -04:00
middleware Added the files 2020-05-10 09:24:22 -04:00
pages Added the files 2020-05-10 09:24:22 -04:00
plugins Added the files 2020-05-10 09:24:22 -04:00
static Added the files 2020-05-10 09:24:22 -04:00
store Added the files 2020-05-10 09:24:22 -04:00
.editorconfig Added the files 2020-05-10 09:24:22 -04:00
.eslintrc.js Added the files 2020-05-10 09:24:22 -04:00
.gitignore Added the files 2020-05-10 09:24:22 -04:00
.prettierrc Added the files 2020-05-10 09:24:22 -04:00
jsconfig.json Added the files 2020-05-10 09:24:22 -04:00
nuxt.config.js Added NuxtJS Auth 2020-05-10 18:57:34 -04:00
package.json Added NuxtJS Auth 2020-05-10 18:57:34 -04:00
README.md Added the files 2020-05-10 09:24:22 -04:00
yarn.lock Added NuxtJS Auth 2020-05-10 18:57:34 -04:00

Project-NewTube

A new social media platform.

Build Setup

# install dependencies
$ yarn install

# 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.