initial commit

This commit is contained in:
2023-03-27 01:30:48 +09:00
commit 36048e1d9c
31 changed files with 10626 additions and 0 deletions

31
README.md Normal file
View File

@@ -0,0 +1,31 @@
# Persona
```bash
yarn init
yarn add lit
yarn add -D rollup
touch rollup.config.js
yarn add -D typescript
yarn tsc --init
yarn add -D @rollup/plugin-node-resolve
yarn add -D @rollup/plugin-typescript tslib
yarn add -D rollup-plugin-terser
yarn add -D rollup-plugin-cleanup
npx storybook init --builder webpack5
```
------
https://lit.dev/docs/getting-started/
https://rollupjs.org/tutorial/
https://github.com/rollup/awesome
https://storybook.js.org/docs/web-components/get-started/install
https://www.typescriptlang.org/
developed by Elex