homebox/frontend
Hayden 75c633dcb5
frontend: cleanup
* dummy commit

* cleanup workflows

* setup and run eslint

* add linter to CI

* use eslint for formatting

* reorder rules

* drop editor config
2022-09-09 14:46:53 -08:00
..
components frontend: cleanup 2022-09-09 14:46:53 -08:00
composables frontend: cleanup 2022-09-09 14:46:53 -08:00
layouts move to nuxt 2022-09-01 14:32:03 -08:00
lib frontend: cleanup 2022-09-09 14:46:53 -08:00
pages frontend: cleanup 2022-09-09 14:46:53 -08:00
public style updates 2022-09-03 01:17:57 -08:00
stores frontend: cleanup 2022-09-09 14:46:53 -08:00
test frontend: cleanup 2022-09-09 14:46:53 -08:00
.eslintrc.js frontend: cleanup 2022-09-09 14:46:53 -08:00
.gitignore move to nuxt 2022-09-01 14:32:03 -08:00
app.vue move to nuxt 2022-09-01 14:32:03 -08:00
nuxt.config.ts frontend: cleanup 2022-09-09 14:46:53 -08:00
package.json frontend: cleanup 2022-09-09 14:46:53 -08:00
pnpm-lock.yaml frontend: cleanup 2022-09-09 14:46:53 -08:00
postcss.config.js frontend: cleanup 2022-09-09 14:46:53 -08:00
README.md move to nuxt 2022-09-01 14:32:03 -08:00
tailwind.config.js frontend: cleanup 2022-09-09 14:46:53 -08:00
tsconfig.json move to nuxt 2022-09-01 14:32:03 -08:00

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.