{"id":13506829,"url":"https://github.com/bitkris-dev/bolide-nuxt-template","last_synced_at":"2025-04-11T18:12:53.270Z","repository":{"id":201835924,"uuid":"123812012","full_name":"bitkris-dev/bolide-nuxt-template","owner":"bitkris-dev","description":"Bolide is an advanced templated/boilerplate forked from nuxt.js starter-template","archived":false,"fork":false,"pushed_at":"2018-08-15T01:01:00.000Z","size":132,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-11T18:12:48.970Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitkris-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-03-04T17:30:25.000Z","updated_at":"2022-09-07T02:04:30.000Z","dependencies_parsed_at":"2024-04-27T03:34:37.365Z","dependency_job_id":null,"html_url":"https://github.com/bitkris-dev/bolide-nuxt-template","commit_stats":null,"previous_names":["bitkris-dev/bolide-nuxt-template"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitkris-dev%2Fbolide-nuxt-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitkris-dev%2Fbolide-nuxt-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitkris-dev%2Fbolide-nuxt-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitkris-dev%2Fbolide-nuxt-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitkris-dev","download_url":"https://codeload.github.com/bitkris-dev/bolide-nuxt-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248456372,"owners_count":21106604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T01:00:58.532Z","updated_at":"2025-04-11T18:12:53.248Z","avatar_url":"https://github.com/bitkris-dev.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized","JavaScript"],"sub_categories":["Uncategorized"],"readme":"# bolide-nuxt-template\n\n\u003e Bolide-nuxt-template wants to be an advanced and always up-to-date version of **nuxt-community/starter-template**, with general purpose utilities and packages from the community (mainly nuxt-community) already installed and configured.\n\n-----------------------------------------\n\n# ✸ Why this boilerplate?\nI've created it because most of the times I was \"yarn install\"-ing the same packages and configuring the same things over and over again too often for each project. With Bolide, it's everything already packed and ready to go in a few seconds!\n\n#### Features\n* Question-based template options, basic SEO meta tags and package.json generator\n* You can automatically choose and install one of the following CSS Frameworks: [**Vuetify, Buefy, Element-UI, Bootstrap-Vue, AT-UI, MUSE-UI**]\n* Auto-install packages\n* Shipped with **monomer-css**, my own CSS atomic framework\n* A **/utils/config.js** file to configure locales and environment-based variable such as Backend APIs URLs\n* Installed and already configured **vee-validate**, **nuxt-i18n**, **@nuxtjs/pwa**, **@nuxtjs/auth** and **@nuxtjs/sitemap**\n\nCurrently, I didn't find anything broken. If you find something wrong, please [create a new issue](https://github.com/bitkris-dev/bolide-nuxt-template/issues/new).\n\n-----------------------------------------\n\n# ✸ How to use\n\nGet this template with:  \n`vue init bitkris-dev/bolide-nuxt-template`  \n\n#### Commands\n☼ Install dependencies:  \n`npm run setup`  \n\n☼ Check packages distribution with webpack-bundle-analyzer:  \n`npm run analyze`  \n\n☼ Serve with hot reload:  \n`npm run dev`  \n\n☼ Generate icons:  \nInsert .svg files in the **/static/img/svg** directory and run:  \n`npm run svg`  \n\nthen you can import svg icons with:  \n`import '~/components/icons/icon-name.js'`  \nand use as components with:  \n`\u003csvgicon name=\"icon-name\" /\u003e`  \n\n-----------------------------------------\n\n#### Build commands\n`npm run build # API_ENV isn't set`  \n`npm run build-staging # API_ENV = 'staging'`  \n`npm run build-production # API_ENV = 'production'`  \n\n#### Start commands\n`npm run start # API_ENV isn't set`  \n`npm run start-staging # API_ENV = 'staging'`  \n`npm run start-production # API_ENV = 'production'`  \n\n#### Generate static project commands  \n`npm run generate # API_ENV isn't set`  \n`npm run generate-staging # API_ENV = 'staging'`  \n`npm run generate-production # API_ENV = 'production'`  \n\n-----------------------------------------\n\n# ✸ Docs\nFor general explanation on how things work, checkout both the [Nuxt.js docs](https://github.com/nuxt/nuxt.js) and the [Nuxt.js starter-template docs](https://github.com/nuxt-community/starter-template), from which this templated forked.  \n\nOther docs:  \n[Nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n)  \n[@nuxtjs/pwa](https://pwa.nuxtjs.org/)  \n[@nuxtjs/auth](https://github.com/nuxt-community/auth-module)  \n[@nuxtjs/sitemap](https://github.com/nuxt-community/sitemap-module)  \n  \n[Vue-svgicon](https://mmf-fe.github.io/vue-svgicon/)  \n[Monomer-css](https://github.com/bitkris-dev/monomer-css)  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitkris-dev%2Fbolide-nuxt-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitkris-dev%2Fbolide-nuxt-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitkris-dev%2Fbolide-nuxt-template/lists"}