initial commit
This commit is contained in:
31
README.md
Normal file
31
README.md
Normal 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
|
||||
Reference in New Issue
Block a user