https://github.com/limbo-works/limbo-frontend
A home for all things Limbo Frontend 🏡
https://github.com/limbo-works/limbo-frontend
development frontend
Last synced: 5 months ago
JSON representation
A home for all things Limbo Frontend 🏡
- Host: GitHub
- URL: https://github.com/limbo-works/limbo-frontend
- Owner: limbo-works
- Created: 2021-04-12T09:46:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T14:45:08.000Z (over 1 year ago)
- Last Synced: 2025-03-03T15:36:53.314Z (over 1 year ago)
- Topics: development, frontend
- Language: Vue
- Homepage:
- Size: 1.24 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Limbo Frontend
## Getting started
In order to publish either new packages or new versions of existing packages, a
`.npmrc` file with a GitHub personal access token is needed
([see documentation](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#:~:text=Authenticating%20with%20a%20personal%20access%20token)).
Copy the snippet below, and insert it into the file to get started:
```
//npm.pkg.github.com/:_authToken=YOUR_TOKEN_HERE
```
## Todo List
- [ ] agree on linting rules that are ratified in `packages/configs`
- [ ] decide on whether we should build Vue components at all (do so at point
of useage instead)
- [ ] decide on `package.json -> exports` implementation
- [ ] decide on `modern` and `legacy` Browserslist configs
- [ ] devise a templating solution for Vue components and Nuxt modules