...
Code Block | ||
---|---|---|
| ||
import { defineStore } from 'pinia'; import Plan from '../types/configuration/Plan'; const planStore = defineStore({ id: 'plan', state: () => ({ plans: [] as Plan[], }), }); export default planStore; |
Customize step by step
...
https://www.typescriptlang.org/ https://vuejs.org/ https://tailwindcss.com/ https://pinia.vuejs.org/ https://www.jetbrains.com/help/phpstorm/prettier.html https://prettier.io/ https://github.com/airbnb/javascript https://eslint.org/
Fork it!
https://github.com/apiida/obsidian-devportal https://docs.github.com/en/get-started/quickstart/fork-a-repo
From there you can fork the project.
In the README.dm you will find further instructions on how to start and configure your portal locally.
...