{"id":21285653,"url":"https://github.com/neutroniumcore/neutronium.spa.template","last_synced_at":"2025-03-15T15:13:23.541Z","repository":{"id":39577815,"uuid":"111840042","full_name":"NeutroniumCore/Neutronium.SPA.Template","owner":"NeutroniumCore","description":"Neutronium complete SPA Template https://neutroniumcore.github.io/Neutronium.SPA.Template/","archived":false,"fork":false,"pushed_at":"2023-01-03T20:32:27.000Z","size":10708,"stargazers_count":0,"open_issues_count":16,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T07:40:18.952Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NeutroniumCore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-23T18:30:32.000Z","updated_at":"2020-04-26T15:48:36.000Z","dependencies_parsed_at":"2023-02-01T09:47:13.155Z","dependency_job_id":null,"html_url":"https://github.com/NeutroniumCore/Neutronium.SPA.Template","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeutroniumCore%2FNeutronium.SPA.Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeutroniumCore%2FNeutronium.SPA.Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeutroniumCore%2FNeutronium.SPA.Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeutroniumCore%2FNeutronium.SPA.Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NeutroniumCore","download_url":"https://codeload.github.com/NeutroniumCore/Neutronium.SPA.Template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243746210,"owners_count":20341203,"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-11-21T11:21:40.391Z","updated_at":"2025-03-15T15:13:23.492Z","avatar_url":"https://github.com/NeutroniumCore.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=\"100\" src=\"https://raw.githubusercontent.com/NeutroniumCore/neutronium-vue/master/template/src/assets/logo.png\"\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eNeutronium.SPA.Template\u003c/h1\u003e\n\n[![Build status](https://img.shields.io/appveyor/ci/David-Desmaisons/neutronium-spa-template.svg?maxAge=2592000)](https://ci.appveyor.com/project/David-Desmaisons/neutronium-spa-template)\n[![MIT License](https://img.shields.io/github/license/NeutroniumCore/Neutronium.SPA.Template.svg)](https://github.com/NeutroniumCore/Neutronium.SPA.Template/blob/master/LICENSE)\n\nhttps://neutroniumcore.github.io/Neutronium.SPA.Template/\n\n## Description\n\nThis project is a template application for Neutronium Vue project.\u003cbr\u003e\nIt is built on the top of [Vuetifyjs](https://vuetifyjs.com) material component framework.\u003cbr\u003e\nSee [Neutronium.SPA.Demo](https://github.com/NeutroniumCore/Neutronium.SPA.Demo) as reference application built with this template.\n\n## Features\n\n### npm script\n\n* `npm run serve`\n\n    Serve files for Neutronium for debug in local browser using `.cjson` files as view-model.\n\n* `npm run live`\n\n    Serve files for Neutronium hot-reload.\n\n* `npm run build`\n\n    Build files to be used in Neutronium application.\n\n### Command line argument\n\n        Usage:\n            --mode=live\n            -m=dev --url=http://localhost:9090/index.html\n            -u=http://localhost:9091/index.html\n\n        Options:\n            -m --mode=(live|dev|prod)    Set application mode.\n            -u --url=\u003curi\u003e   Set view url\n\n![Screen shot](./__doc__/Configuration.png)\n### Application mode\n\n* Live:\n\n        Debug mode with hot-reload activated using file served by `npm run live` scripts.\n\n* Dev:\n\n        Debug mode using local files.\n\n* Prod:\n\n        No debug, using local files.\n\nNote: when running in live mode, it is not needed to run manually `npm run live` this will be called automatically by the application.\n\n### Injected context command\n\n#### To Live\n\n* Only available in `dev` mode.\n* Switch to `live` mode by running `npm run live` and reloading the page using the served files.\n\n![Screen shot](./__doc__/screen-3.png)\n![Screen shot](./__doc__/screen-4.png)\n\n#### Reload\n\n* Only available in `live` mode.\n* Reload the page. Maybe useful on some scenario when page does not automatically reload.\n\n![Screen shot](./__doc__/screen-2.png)\n\n\n\n### Routing\n\nNeutronium.SPA.Demo illustrates how to integrate with [vue-router](https://router.vuejs.org/en/).\u003cbr\u003e\nSee more details [here](./Documentation/Routing.md)\n\n### Internalization\n\nIntegration with [vue-i18n](https://kazupon.github.io/vue-i18n/en/) is provided.\u003cbr\u003e\nSee more details [here](./Documentation/Internalization.md)\n\n### Chromeless Window\n\nSee more details [here](./Documentation/Chromeless.md)\n\n## Developing \n\nSee more details [here](./Documentation/Developing.md)\n\n## Built with\n\n\u003cp style=\"margin-left:100px;\"\u003e\n\u003ca href=\"https://vuetifyjs.com\"\u003e\n\u003cimg src=\"https://seeklogo.com/images/V/vuetify-logo-3BCF73C928-seeklogo.com.png\" height=\"50px\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/NeutroniumCore/Neutronium\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/NeutroniumCore/neutronium-vue/master/template/src/assets/logo.png\" height=\"50px\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://vuejs.org\"\u003e\n\u003cimg src=\"https://vuejs.org/images/logo.png\" height=\"50px\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneutroniumcore%2Fneutronium.spa.template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneutroniumcore%2Fneutronium.spa.template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneutroniumcore%2Fneutronium.spa.template/lists"}