[#812,package][xl]: changed project to Vite, created stories for LineChart, Table, Vega and VegaLite

This commit is contained in:
deme
2023-05-02 16:37:22 -03:00
parent 016f3e20e9
commit ea5802a908
43 changed files with 4299 additions and 6448 deletions

View File

@@ -1,7 +1,6 @@
// postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}