# try_nuxt **Repository Path**: playgroup/try_nuxt ## Basic Information - **Project Name**: try_nuxt - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # try_nuxt > My praiseworthy Nuxt.js project ## Build Setup ``` bash # 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](https://nuxtjs.org). ``` 🎉 Successfully created project try_nuxt To get started: cd try_nuxt yarn dev To build & start for production: cd try_nuxt yarn build yarn start ``` ```sh find . \( -path ./node_modules -o -path ./.git \) -prune -o -type f -print find . \( -path ./node_modules -o -path ./.git \) -prune -o -print find . \( -path ./node_modules -o -path ./.git \) -prune -o -ls find . ! -path './node_modules/*' ! -path './.git/*' -type f find . ! -path './node_modules/*' ! -path './.git/*' -ls ```