This is the front-end for vue-social-space-church, written in Vue-JS
vue-social-space-church is an enclosed, conversation-oriented, social media app for a Christian church, or any other religious organization
Demonstration Implementation: https://vue-social-space-church
Back end api server: https://github.com/Mark-Isbell/vue-social-space-church-api
For any JS coder to easily customize and deploy an enclosed, conversation-oriented, social media app for a Christian church, or any other religious organization
Contains dozens of Vue integrations that can be parceled out to help in other projects
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
TypeScript cannot handle type information for .vue
imports by default, so we replace the tsc
CLI with vue-tsc
for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue
types.
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:
- Disable the built-in TypeScript Extension
- Run
Extensions: Show Built-in Extensions
from VSCode's command palette - Find
TypeScript and JavaScript Language Features
, right click and selectDisable (Workspace)
- Run
- Reload the VSCode window by running
Developer: Reload Window
from the command palette.
See Vite Configuration Reference.
npm install
npm run dev
npm run build-only
Customize the following line in that file to point wherever your back end is located:
baseURL: http://localhost:5000/api/v1
or another production-like example:
baseURL: https://api.vue-social-space-church.org/api/v1
Edit the landing page (views/LandingPage.vue) to reflect your church or organization name
The default file reflects the demonstration website name