Code Monkey home page Code Monkey logo

nuxtship-template's Introduction

Nuxtship - Nuxt SAAS Starter Website Template

Nuxtship is a free starter nuxt website template for saas, startups, marketing websites & landing pages. Built with Nuxt & TailwindCSS.

This Free Template is sponsored by Gr33nW33n

If you like my work please feel free to

Donate with PayPal

Live Demo

https://nuxtship.netlify.app/

Built with Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

Attributions

Original Astroship Template: https://astroship.web3templates.com/ from Web3Templates

Forked from: https://github.com/surjithctly/astroship

nuxtship-template's People

Contributors

gr33nw33n avatar

Stargazers

James Dube avatar Feras Mohamed avatar  avatar Janusz Jasinski avatar John Cosio avatar  avatar Saiful Azfar Ramlee avatar Dillon Donohue avatar  avatar Haitao_Gao avatar Sinver Vladimir Aguilo Flores avatar  avatar Deiner Vega avatar javayhu avatar  avatar  avatar Tom TSWD avatar Nathan Mikkelsen avatar  avatar Milen avatar Devon Murray avatar oleracea avatar Darren Bennett avatar  avatar  avatar Simon Lavigne avatar Edouard Duplessis avatar Fernando Bold avatar  avatar Andy Lu avatar Wings Butterfly avatar aleon avatar Michael Moore avatar Pavezi avatar Joe avatar 曾越明 avatar 希嘉嘉 avatar Abdell avatar  avatar  avatar Viki Val avatar Kace at Telematique avatar Lenildo Luan avatar Diligent Marketing Solutions avatar Manoj Agrawal avatar Konkamon Sion avatar Ricky.Wu avatar Elildes Fortaleza Santos avatar Shane Morris avatar  avatar _/\.|\/|_. avatar  avatar Olga Ivanova avatar super code avatar Habibullah avatar Emmanuel Salomon avatar  avatar wangbin avatar  avatar Reza Jafar avatar dylan.box avatar Muhammad Ubaid Raza avatar ge.of avatar ronger avatar  avatar Thimo avatar Georg Gasser avatar Sergey avatar Seferino Fernandez avatar Hans Piña avatar Bendjelloul Noureddine avatar afflexux avatar Dhiren SHAH avatar Douglas WP avatar Pedro Coloma avatar Mohamed Kouache avatar  avatar  avatar Jura Shekhanov avatar Philipp Dormann avatar Gean Kaminski avatar Jordi avatar  avatar Vladislav Argunov avatar Yauheni Zablotski avatar Johnny Williams | 全栈港 avatar  avatar Vinicius Gabriel Hoffmann avatar Ugur Töman avatar Álvaro Salinas avatar JOL avatar mau avatar Big+ avatar Emanuel Avila avatar returnJosh avatar  avatar Henry avatar  avatar KingGCheung avatar Pacman Doh avatar

Watchers

Augustus Ezenwankwo avatar  avatar  avatar

nuxtship-template's Issues

Is it compatible with Nuxt Color Mode?

I followed the intruction of Nuxt Color Mode to set up dark mode.

nuxt.config.ts:

export default defineNuxtConfig({
  devtools: { enabled: true },
  css: ["~/assets/css/main.css"],
  postcss: {
    plugins: {
      tailwindcss: {},
      autoprefixer: {},
    },
  },
  modules: ["nuxt-icon", '@nuxtjs/color-mode'],
});

And I tried to fort it be dark mode in app.vue:

<script>
definePageMeta({
  colorMode: 'dark',
})
</script>

Although class dark-mode is shown in tag, it does not work as expected. No dark, only light still.

What else should I do?

Attribution to Astroship

Hey, thanks for making the nuxt version of Astroship Template. Could you please add proper attribution in the Readme as well?

Please link back to the original Astroship Template and our Website Web3Templates. Please describe where it's Forked from.

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.